RemoteAccountPolicyIdParameter.Parse method
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 RemoteAccountPolicyIdParameter
'Usage
Dim identity As String
Dim returnValue As RemoteAccountPolicyIdParameter
returnValue = RemoteAccountPolicyIdParameter.Parse(identity)
public static RemoteAccountPolicyIdParameter Parse(
string identity
)
Parameters
- identity
Type: System.String
Return value
Type: Microsoft.Exchange.Configuration.Tasks.RemoteAccountPolicyIdParameter
See also
Reference
RemoteAccountPolicyIdParameter class