Share via


RecipientWithAdUserGroupIdParameter<TRecipientIdParameter>.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 RecipientWithAdUserGroupIdParameter(Of TRecipientIdParameter)
'Usage
Dim identity As String
Dim returnValue As RecipientWithAdUserGroupIdParameter(Of TRecipientIdParameter)

returnValue = RecipientWithAdUserGroupIdParameter.Parse(identity)
public static RecipientWithAdUserGroupIdParameter<TRecipientIdParameter> Parse(
    string identity
)

Parameters

Return value

Type: Microsoft.Exchange.Configuration.Tasks.RecipientWithAdUserGroupIdParameter<TRecipientIdParameter>

See also

Reference

RecipientWithAdUserGroupIdParameter<TRecipientIdParameter> class

RecipientWithAdUserGroupIdParameter<TRecipientIdParameter> members

Microsoft.Exchange.Configuration.Tasks namespace