ADObjectId constructor (Byte[])
Initializes a new instance of the ADObjectId class from the specified byte array.
Namespace: Microsoft.Exchange.Data.Directory
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Sub New ( _
bytes As Byte() _
)
'Usage
Dim bytes As Byte()
Dim instance As New ADObjectId(bytes)
public ADObjectId(
byte[] bytes
)
Parameters
bytes
Type: []A serialized representation of the object identity.
Remarks
Calling the ADObjectId([]) constructor is equivalent to calling the ADObjectId([], Encoding) constructor with the encoding parameter set to Encoding.Unicode.