Share via


UserContactIdParameter.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 UserContactIdParameter
'Usage
Dim identity As String
Dim returnValue As UserContactIdParameter

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

Parameters

Return value

Type: Microsoft.Exchange.Configuration.Tasks.UserContactIdParameter

See also

Reference

UserContactIdParameter class

UserContactIdParameter members

Microsoft.Exchange.Configuration.Tasks namespace