IIntelliPromptSessionType Interface
Provides the base requirements for an object that represents an IntelliPrompt session type.
public interface IIntelliPromptSessionType : IKeyedObject
Properties
AreMultipleSessionsAllowed
Indicates whether multiple sessions of this type are permitted.
bool AreMultipleSessionsAllowed { get; }
Property Value
- bool:
trueif multiple sessions of this type are permitted; otherwise,false.
See Also
Inherited Members
Extension Methods
- ObjectExtensions.TryConvertToDouble(object, out double)
- ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)