WebPart.SerializedAttachedPropertiesShared - 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.Shared)> _
<BrowsableAttribute(False)> _
Public Property SerializedAttachedPropertiesShared As String
Get
Set
'Utilisation
Dim instance As WebPart
Dim value As String
value = instance.SerializedAttachedPropertiesShared
instance.SerializedAttachedPropertiesShared = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public string SerializedAttachedPropertiesShared { get; set; }
Valeur de propriété
Type : System.String