![]() |
LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
|
Class that holds information about custom data field. More...
Public Member Functions | |
CustomField () | |
CustomField default constructor | |
CustomField (string name, string value) | |
CustomField constructor More... | |
Properties | |
string | Name [get, set] |
Data field name More... | |
string | Value [get, set] |
Data field value More... | |
![]() | |
string | Name [get] |
Data field name More... | |
string | Value [get] |
Data field value More... | |
Class that holds information about custom data field.
LicenseSpring.CustomField.CustomField | ( | string | name, |
string | value | ||
) |
CustomField constructor
name | Data field name |
value | Data field value |
|
getset |
Data field name
Implements LicenseSpring.ICustomField.
|
getset |
Data field value
Implements LicenseSpring.ICustomField.