Property LicenseItems
| Improve this Doc View SourceLicenseItems
Gets the license items defined in the assembly.
Declaration
public ReadOnlyCollection<KeyValuePair<string, string>> LicenseItems { get; }
Property Value
| Type | Description | 
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String, System.String>> | The collection of KeyValuePair for the license items defined, the name as the key and the description as value.  |