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.