Class CustomTag
Custom name/value pair that can be used to store vendor specific data in a license
Namespace: Microsoft.Licensing.LicenseIssue
Assembly: Slps.Domain.Interfaces.dll
Constructors
CustomTag()
Declaration
public CustomTag()
Fields
TagName
Custom tag "name"
Declaration
public string TagName
Field Value
Type | Description |
---|---|
System.String |
TagValue
Custom tag "value"
Declaration
public string TagValue
Field Value
Type | Description |
---|---|
System.String |