SPAce<T>.BinaryId property

Gets the identifier (ID) of the principal.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property BinaryId As Byte()
    Get
'Usage
Dim instance As SPAce
Dim value As Byte()

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

Property value

Type: []
The ID of the principal.

See also

Reference

SPAce<T> class

SPAce<T> members

Microsoft.SharePoint.Administration namespace