Specifies constants indicating what properties this configuration object supports.
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
public enum Property |
| Visual Basic |
|---|
Public Enumeration Property |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Id | 0 | Represents the Id part of the ConfigurationId property. | |
| DisplayName | 1 | Represents the DisplayName part of the ConfigurationId property. | |
| RevisionLevel | 2 | Represents the RevisionLevel property. | |
| PageDispositions | 3 | Represents the PageDispositions property. | |
| PageControls | 4 | Represents the PageControls property. | |
| StaticText | 5 | Represents the StaticText property. | |
| Stage | 6 | Represents the Stage property. | |
| ForegroundColor | 7 | Represents the ForegroundColor property. | |
| BackgroundColor | 8 | Represents the BackgroundColor property. |