WebPart.SerializedAttachedPropertiesUser 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)

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Personal)> _
<BrowsableAttribute(False)> _
Public Property SerializedAttachedPropertiesUser As String
    Get
    Set
'Usage
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

See also

Reference

WebPart class

WebPart members

Microsoft.SharePoint.WebPartPages namespace