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.String
A string that identifies the server.
Return Value
Type: Microsoft.Exchange.Configuration.Tasks.ServerIdParameter
A ServerIdParameter instance for 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.