OrganizationIdParameter constructor (ADObjectId)
Initializes a new instance of the OrganizationIdParameter class for the specified Active Directory object identifier.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public Sub New ( _
adObjectId As ADObjectId _
)
'Usage
Dim adObjectId As ADObjectId
Dim instance As New OrganizationIdParameter(adObjectId)
public OrganizationIdParameter(
ADObjectId adObjectId
)
Parameters
adObjectId
Type: Microsoft.Exchange.Data.Directory.ADObjectIdThe Active Directory object identifier for the organization.
See also
Reference
OrganizationIdParameter members