Show / Hide Table of Contents

Property Name

| Improve this Doc View Source

Name

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest