Class Constant
Represents a Constant in a profile.
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class Constant
Properties
Description
The constant description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The constant name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The constant default value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |