Area.OwnerSID Property
NOTE: This API is now obsolete.
Gets or sets the security identifier (SID) of the area owner.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property OwnerSID As Byte()
Get
Set
'Usage
Dim instance As Area
Dim value As Byte()
value = instance.OwnerSID
instance.OwnerSID = value
[ObsoleteAttribute("This class is obsolete.")]
public byte[] OwnerSID { get; set; }
Property Value
Type: []
Int8 that represents the SID of the area owner.
Remarks
If the OwnerSID property has a value, it takes precedence over the string value contained in the Owner property.