de la propiedad WebPart.SerializedAttachedPropertiesUser

Admite la infraestructura de conexión del elemento Web de SharePoint Foundation. No está pensada para usarse directamente desde el código.

Espacio de nombres:  Microsoft.SharePoint.WebPartPages
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
<WebPartStorageAttribute(Storage.Personal)> _
<BrowsableAttribute(False)> _
Public Property SerializedAttachedPropertiesUser As String
    Get
    Set
'Uso
Dim instance As WebPart
Dim value As String

value = instance.SerializedAttachedPropertiesUser

instance.SerializedAttachedPropertiesUser = value
[WebPartStorageAttribute(Storage.Personal)]
[BrowsableAttribute(false)]
public string SerializedAttachedPropertiesUser { get; set; }

Valor de propiedad

Tipo: System.String

Vea también

Referencia

clase WebPart

Miembros WebPart

Espacio de nombres Microsoft.SharePoint.WebPartPages