QueueIdentity.Parse method (String)

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

Syntax

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

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

Parameters

Return value

Type: Microsoft.Exchange.Data.QueueViewer.QueueIdentity

See also

Reference

QueueIdentity class

QueueIdentity members

Parse overload

Microsoft.Exchange.Data.QueueViewer namespace