Class MsPlLicense
- Namespace
- Loehnert.Lisrt.ThirdPartyLicenses.Licenses
- Assembly
- Loehnert.Lisrt.dll
Represents the Ms-PL license. See https://opensource.org/licenses/MS-PL.
public class MsPlLicense : ILicense
- Inheritance
-
MsPlLicense
- Implements
- Inherited Members
Properties
Name
Gets the name.
public string Name { get; }
Property Value
ShortIdentifier
Gets the license identifier.
public string ShortIdentifier { get; }
Property Value
Text
Gets the license text.
public string Text { get; }