ExchangeObjectVersion.Parse Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
input As String _
) As ExchangeObjectVersion
'Usage
Dim input As String
Dim returnValue As ExchangeObjectVersion
returnValue = ExchangeObjectVersion.Parse(input)
public static ExchangeObjectVersion Parse(
string input
)
Parameters
- input
Type: System.String