AreaListing.PersonSID 属性 (Microsoft.SharePoint.Portal.SiteData)

Gets or sets the security identifier (SID) of the person type listing.

命名空间: Microsoft.SharePoint.Portal.SiteData
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Property PersonSID As Byte()
用法
Dim instance As AreaListing
Dim value As Byte()

value = instance.PersonSID

instance.PersonSID = value
public byte[] PersonSID { get; set; }

属性值

Int8 that represents the SID of the person type listing.

另请参阅

参考

AreaListing 类
AreaListing 成员
Microsoft.SharePoint.Portal.SiteData 命名空间