AreaListing.PersonSID プロパティ (Microsoft.SharePoint.Portal.SiteData)
ユーザの種類の一覧のセキュリティ識別子 (SID) を取得または設定します。
名前空間: 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; }
プロパティ値
ユーザーの種類の SID を表す Int8。
関連項目
参照
AreaListing クラス
AreaListing メンバ
Microsoft.SharePoint.Portal.SiteData 名前空間