Property Name
| Improve this Doc View SourceName
Gets the name of this LicenseItem.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of this LicenseItem. |
Remarks
This property is used to match the license item name specified by LicenseManager.Validate or LicenseManager.Check. Adding a LicenseItem into a LicenseItemCollection with its Name property set to null or empty string throws System.InvalidOperationException.