Partager via


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.

Return value

Type: Microsoft.Exchange.Configuration.Tasks.OrganizationIdParameter
A new instance of the OrganizationIdParameter class.

Remarks

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

See also

Reference

OrganizationIdParameter class

OrganizationIdParameter members

Microsoft.Exchange.Configuration.Tasks namespace