Partager via


Area.OwnerSID, propriété (Microsoft.SharePoint.Portal.SiteData)

Gets or sets the security identifier (SID) of the area owner.

Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Property OwnerSID As Byte()
'Utilisation
Dim instance As Area
Dim value As Byte()

value = instance.OwnerSID

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

Valeur de la propriété

Int8 that represents the SID of the area owner.

Remarques

If the OwnerSID property has a value, it takes precedence over the string value contained in the Owner property.

Voir aussi

Référence

Area, classe
Membres Area
Microsoft.SharePoint.Portal.SiteData, espace de noms