Specifies constants indicating what properties this configuration object supports.

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum Property
Visual Basic
Public Enumeration Property

Members

Member nameValueDescription
AccessControlGroupAssignment0Represents the AccessControlGroupAssignment property.
IsActive1Represents the IsActive property.
IsShareable2Represents the IsShareable property.
StationType3Represents the StationType property.
ContactLine4Represents the ContactLine property.
ConnectionAddress5Represents the ConnectionAddress property.
Extension6Represents the Extension property.
IdentificationAddress7Represents the IdentificationAddress property.
PhoneNumberClassifications8Represents the PhoneNumberClassifications property.
ShouldAlwaysRing9Represents the ShouldAlwaysRing property.
License_AdditionalLicenses4000Represents the AdditionalLicenses property.
License_HasBasicStationLicense4001Represents the HasBasicStationLicense property.
License_HasClientAccess4002Represents the HasClientAccess property.
License_HasRecorderAccess4003Represents the HasRecorderAccess property.
License_InteractionProcessAutomationType4004Represents the InteractionProcessAutomationLicenseType property.
License_LicenseActive4005Represents the LicenseActive property.
License_MachineName4006Represents the MachineName property.
License_MediaLevel4007Represents the MediaLevel property.
License_MediaTypes4008Represents the MediaTypes property.
DisplayName4009Represents the DisplayName part of the ConfigurationId property.
Id4010Represents the Id part of the ConfigurationId property.
StandardProperties_DateCreated3000Represents the DateCreated property.
StandardProperties_DateLastModified3001Represents the DateLastModified property.
StandardProperties_Notes3002Represents the Notes property.
StandardProperties_CustomAttributes3003Represents the CustomAttributes property.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 SU 7 and beyond.

See Also