de la propiedad WebPart.SerializedAttachedPropertiesShared
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.Shared)> _
<BrowsableAttribute(False)> _
Public Property SerializedAttachedPropertiesShared As String
Get
Set
'Uso
Dim instance As WebPart
Dim value As String
value = instance.SerializedAttachedPropertiesShared
instance.SerializedAttachedPropertiesShared = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public string SerializedAttachedPropertiesShared { get; set; }
Valor de propiedad
Tipo: System.String