Share via


MailboxServerIdParameter.Parse method

Returns a new MailboxServerIdParameter instance for the specified 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 MailboxServerIdParameter
'Usage
Dim identity As String
Dim returnValue As MailboxServerIdParameter

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

Parameters

  • identity
    Type: System.String

    The identifier of the mailbox server.

Return value

Type: Microsoft.Exchange.Configuration.Tasks.MailboxServerIdParameter
A new mailbox server id parameter object.

Remarks

Calling the Parse(String) method is the same as calling the MailboxServerIdParameter(String) constructor.

See also

Reference

MailboxServerIdParameter class

MailboxServerIdParameter members

Microsoft.Exchange.Configuration.Tasks namespace