VirtualDirectoryIdParameter.Parse method
Returns a new instance of the VirtualDirectoryIdParameter class for the virtual directory with the specified identity string.
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 VirtualDirectoryIdParameter
'Usage
Dim identity As String
Dim returnValue As VirtualDirectoryIdParameter
returnValue = VirtualDirectoryIdParameter.Parse(identity)
public static VirtualDirectoryIdParameter Parse(
string identity
)
Parameters
identity
Type: System.StringA string containing the virtual directory identifier.
Return value
Type: Microsoft.Exchange.Configuration.Tasks.VirtualDirectoryIdParameter
A new instance of the VirtualDirectoryIdParameter class.
Remarks
Calling the Parse(String) method is the same as calling the VirtualDirectoryIdParameter(String) constructor with a virtual directory identifier string. For information about the format of the identifier string, see the VirtualDirectoryIdParameter(String) constructor.
See also
Reference
VirtualDirectoryIdParameter class