Share via


RuleIdParameter.Parse Method

Namespace:  Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Shared Function Parse ( _
    identity As String _
) As RuleIdParameter
'Usage
Dim identity As String
Dim returnValue As RuleIdParameter

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

Parameters