ProductKey.Parse method
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
productKey As String _
) As ProductKey
'Usage
Dim productKey As String
Dim returnValue As ProductKey
returnValue = ProductKey.Parse(productKey)
public static ProductKey Parse(
string productKey
)
Parameters
- productKey
Type: System.String
Return value
Type: Microsoft.Exchange.Management.SystemConfigurationTasks.ProductKey
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace