Show / Hide Table of Contents

Class Constant

Represents a Constant in a profile.

Inheritance
object
Constant
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
In this article
Back to top Generated by DocFX