Partager via


ADObjectId constructor (Byte[], Encoding)

Initializes a new instance of the ADObjectId class from the specified byte array in the specified encoding.

Namespace:  Microsoft.Exchange.Data.Directory
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Sub New ( _
    bytes As Byte(), _
    encoding As Encoding _
)
'Usage
Dim bytes As Byte()
Dim encoding As Encoding

Dim instance As New ADObjectId(bytes, encoding)
public ADObjectId(
    byte[] bytes,
    Encoding encoding
)

Parameters

  • bytes
    Type: []

    A serialized representation of the object identity.

See also

Reference

ADObjectId class

ADObjectId members

ADObjectId overload

Microsoft.Exchange.Data.Directory namespace