Share via


OrganizationIdParameter constructor (String)

Initializes a new instance of the OrganizationIdParameter class for the organization with the specified identity string.

Namespace:  Microsoft.Exchange.Configuration.Tasks
Assembly:  Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)

Syntax

'Declaration
Public Sub New ( _
    identity As String _
)
'Usage
Dim identity As String

Dim instance As New OrganizationIdParameter(identity)
public OrganizationIdParameter(
    string identity
)

Parameters

  • identity
    Type: System.String

    A string containing the organization identifier.

Remarks

The OrganizationIdParameter(String) calls the base constructor of the ADIdParameter class.

See also

Reference

OrganizationIdParameter class

OrganizationIdParameter members

OrganizationIdParameter overload

Microsoft.Exchange.Configuration.Tasks namespace