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

Return value

Type: Microsoft.Exchange.Management.SystemConfigurationTasks.ProductKey

See also

Reference

ProductKey structure

ProductKey members

Microsoft.Exchange.Management.SystemConfigurationTasks namespace