AreaListing.PersonSID Property

NOTE: This API is now obsolete.

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

Namespace:  Microsoft.SharePoint.Portal.SiteData
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property PersonSID As Byte()
    Get
    Set
'Usage
Dim instance As AreaListing
Dim value As Byte()

value = instance.PersonSID

instance.PersonSID = value
[ObsoleteAttribute("This class is obsolete.")]
public byte[] PersonSID { get; set; }

Property Value

Type: []
Int8 that represents the SID of the person type listing.

See Also

Reference

AreaListing Class

AreaListing Members

Microsoft.SharePoint.Portal.SiteData Namespace