WebPart.SerializedAttachedPropertiesShared Property
Supports the SharePoint Foundation Web Part connection infrastructure. Not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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; }
Property Value
Type: System.String