IIntelliPromptSessionType Interface
Provides the base requirements for an object that represents an IntelliPrompt session type.
public interface IIntelliPromptSessionType : IKeyedObject
Properties
AreMultipleSessionsAllowed
Gets whether multiple sessions of this type are permitted.
bool AreMultipleSessionsAllowed { get; }
Property Value
- bool:
true
if multiple sessions of this type are permitted; otherwise,false
.