Show / Hide Table of Contents

Property LicenseItems

| Improve this Doc View Source

LicenseItems

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.

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