DatabaseCopyIdParameter.Parse method
Returns a new instance of the DatabaseCopyIdParameter class for the object identified by the specified 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 DatabaseCopyIdParameter
'Usage
Dim identity As String
Dim returnValue As DatabaseCopyIdParameter
returnValue = DatabaseCopyIdParameter.Parse(identity)
public static DatabaseCopyIdParameter Parse(
string identity
)
Parameters
identity
Type: System.StringA string identifying the object.
Return value
Type: Microsoft.Exchange.Configuration.Tasks.DatabaseCopyIdParameter
A new instance of the class for the specified identity.
Remarks
Calling the Parse(String) method is the same as calling the DatabaseCopyIdParameter(String) constructor.