Constructor RegistryLicenseProviderAttribute
| Improve this Doc View SourceRegistryLicenseProviderAttribute(String, String)
Initializes a new instance of RegistryLicenseProviderAttribute class.
Declaration
public RegistryLicenseProviderAttribute(string subkeyName, string valueName)
Parameters
Type | Name | Description |
---|---|---|
System.String | subkeyName | The name or path of the subkey. When ends with "", a [Major].[Minor] of assembly
version will be appended. For example, if |
System.String | valueName | The name of the subkey value. |