Compartir a través de


QueueIdentity.ParsePattern Method

Namespace:  Microsoft.Exchange.Data.QueueViewer
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Function ParsePattern ( _
    identity As String, _
    ByRef matchOptions As MatchOptions _
) As QueueIdentity
'Usage
Dim identity As String
Dim matchOptions As MatchOptions
Dim returnValue As QueueIdentity

returnValue = QueueIdentity.ParsePattern(identity, _
    matchOptions)
public static QueueIdentity ParsePattern(
    string identity,
    ref MatchOptions matchOptions
)

Parameters