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

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

Parameters