NetID constructor (Byte[])
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Sub New ( _
netID As Byte() _
)
'Usage
Dim netID As Byte()
Dim instance As New NetID(netID)
public NetID(
byte[] netID
)
Parameters
- netID
Type: []