QueueIdentity.Parse method (String, Boolean)

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

Syntax

'Declaration
Public Shared Function Parse ( _
    identity As String, _
    implicitShadow As Boolean _
) As QueueIdentity
'Usage
Dim identity As String
Dim implicitShadow As Boolean
Dim returnValue As QueueIdentity

returnValue = QueueIdentity.Parse(identity, _
    implicitShadow)
public static QueueIdentity Parse(
    string identity,
    bool implicitShadow
)

Parameters

Return value

Type: Microsoft.Exchange.Data.QueueViewer.QueueIdentity

See also

Reference

QueueIdentity class

QueueIdentity members

Parse overload

Microsoft.Exchange.Data.QueueViewer namespace