Class ComponentLicense
Representa a license component
Inheritance
System.Object
ComponentLicense
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ComponentLicense
Assembly: Simplic.ComponentLicense.dll
Syntax
public class ComponentLicense
Properties
| Improve this Doc View SourceComponentName
Gets or sets the component name
Declaration
public string ComponentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
License
Gets or sets the component license key
Declaration
public string License { get; set; }
Property Value
Type | Description |
---|---|
System.String |