ServerIdParameter.Parse method
Returns a new instance of the ServerIdParameter class.
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 ServerIdParameter
'Usage
Dim identity As String
Dim returnValue As ServerIdParameter
returnValue = ServerIdParameter.Parse(identity)
public static ServerIdParameter Parse(
string identity
)
Parameters
identity
Type: System.StringA string that identifies the server.
Return value
Type: Microsoft.Exchange.Configuration.Tasks.ServerIdParameter
The specified server.
Remarks
Calling the Parse(String) method is the same as calling the ServerIdParameter(String) constructor with the specified string. For the valid identity string formats, see the ServerIdParameter(String) constructor.