Property SubkeyName
| Improve this Doc View SourceSubkeyName
Gets the name or path of the subkey.
Declaration
public string SubkeyName { get; }
Property Value
Type | Description |
---|---|
System.String | The name or path of the subkey. When ends with "", a [Major].[Minor] of assembly version will be appended. For example, if the value is "DevZest.Net Licensing" and assembly version is 1.0.3368.0, the subkey name "DevZest.Net Licensing\1.0" will be used. |