SPAce<T>.BinaryId Property
Gets the identifier (ID) of the principal.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.