WebPart.SerializedAttachedPropertiesUser - Propriété

Prend en charge l'infrastructure de connexion de composant WebPart SharePoint Foundation. Non destiné à être utilisé directement à partir de votre code.

Espace de noms :  Microsoft.SharePoint.WebPartPages
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<WebPartStorageAttribute(Storage.Personal)> _
<BrowsableAttribute(False)> _
Public Property SerializedAttachedPropertiesUser As String
    Get
    Set
'Utilisation
Dim instance As WebPart
Dim value As String

value = instance.SerializedAttachedPropertiesUser

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

Valeur de propriété

Type : System.String

Voir aussi

Référence

WebPart classe

WebPart - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms