WebPart.SerializedAttachedPropertiesUser 属性
支持SharePoint Foundation Web 部件连接基础结构。不应从代码中直接使用。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<WebPartStorageAttribute(Storage.Personal)> _
<BrowsableAttribute(False)> _
Public Property SerializedAttachedPropertiesUser As String
Get
Set
用法
Dim instance As WebPart
Dim value As String
value = instance.SerializedAttachedPropertiesUser
instance.SerializedAttachedPropertiesUser = value
[WebPartStorageAttribute(Storage.Personal)]
[BrowsableAttribute(false)]
public string SerializedAttachedPropertiesUser { get; set; }