UserIdParameter.Parse method
Initializes a new instance of the UserIdParameter class from 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 UserIdParameter
'Usage
Dim identity As String
Dim returnValue As UserIdParameter
returnValue = UserIdParameter.Parse(identity)
public static UserIdParameter Parse(
string identity
)
Parameters
identity
Type: System.StringA string that identifies the user.
Return value
Type: Microsoft.Exchange.Configuration.Tasks.UserIdParameter
A new class instance.
Remarks
Calling the Parse(String) method is the same as calling the UserIdParameter(String) constructor.