Property Item
| Improve this Doc View SourceItem[String]
Gets the license item for specified name.
Declaration
public LicenseItem this[string name] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The specified license item name. |
Property Value
| Type | Description |
|---|---|
| LicenseItem | A LicenseItem object matches the specified license item name. null if no LicenseItem found. |