AreaListing.PersonSID, propriété (Microsoft.SharePoint.Portal.SiteData)
Gets or sets the security identifier (SID) of the person type listing.
Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property PersonSID As Byte()
'Utilisation
Dim instance As AreaListing
Dim value As Byte()
value = instance.PersonSID
instance.PersonSID = value
public byte[] PersonSID { get; set; }
Valeur de la propriété
Int8 that represents the SID of the person type listing.
Voir aussi
Référence
AreaListing, classe
Membres AreaListing
Microsoft.SharePoint.Portal.SiteData, espace de noms