Share via


WebPart.SerializedAttachedPropertiesShared-Eigenschaft

Unterstützt die SharePoint Foundation-Webpart-Verbindungs-Infrastruktur. Nicht für die direkte Verwendung in Ihrem Code verwendet werden.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property SerializedAttachedPropertiesShared As String
    Get
    Set
'Usage
Dim instance As WebPart
Dim value As String

value = instance.SerializedAttachedPropertiesShared

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

Eigenschaftswert

Typ: System.String

Siehe auch

Referenz

WebPart Klasse

WebPart-Member

Microsoft.SharePoint.WebPartPages-Namespace