OrganizationIdParameter.Parse Method

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

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

Syntax

'Declaration
Public Shared Function Parse ( _
    identity As String _
) As OrganizationIdParameter
'Usage
Dim identity As String
Dim returnValue As OrganizationIdParameter

returnValue = OrganizationIdParameter.Parse(identity)
public static OrganizationIdParameter Parse(
    string identity
)

Parameters

  • identity
    Type: System.String
    A string containing the organization identifier.

Remarks

Calling the Parse(String) method is the same as calling the OrganizationIdParameter(String) constructor with an organization identity string.