LicenseDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
license
public class LicenseDetails
type LicenseDetails = class
Public Class LicenseDetails
- Inheritance
-
LicenseDetails
Constructors
| Name | Description |
|---|---|
| LicenseDetails() | |
Properties
| Name | Description |
|---|---|
| HTMLUrl |
License HTML URL. |
| Key |
The lowercased SPDX Id of the license. |
| Name |
The license full name specified by https://spdx.org/licenses. |
| NodeId |
License Node Id. |
| SPDXId |
Short identifier specified by https://spdx.org/licenses. |
| Url |
URL to the license on https://choosealicense.com. |