DistributionGroupIdParameter.Parse Method
Returns a new instance of the DistributionGroupIdParameter class from the specified distribution group identifier.
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 DistributionGroupIdParameter
'Usage
Dim identity As String
Dim returnValue As DistributionGroupIdParameter
returnValue = DistributionGroupIdParameter.Parse(identity)
public static DistributionGroupIdParameter Parse(
string identity
)
Parameters
- identity
Type: System.String
The distribution group identifier.
Return Value
Type: Microsoft.Exchange.Configuration.Tasks.DistributionGroupIdParameter
An instance of the DistributionGroupIdParameter class for the distribution group.
Remarks
Calling the Parse(String) method is the same as calling the DistributionGroupIdParameter(String) constructor with a distribution group identifier.