WebPart.SerializedAttachedPropertiesUser property
Suporta a infraestrutura de conexão de Web Part de SharePoint Foundation. Não se destina a ser usado diretamente do seu código.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<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; }
Property value
Type: System.String