ExternalAccountAutoCreationSeatMode Enumeration |
Specifies with what seat mode external user accounts may be automatically created.
Namespace: Dundas.BI.AccountServices.ExtensibilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic enum ExternalAccountAutoCreationSeatMode
Public Enumeration ExternalAccountAutoCreationSeatMode
public enum class ExternalAccountAutoCreationSeatMode
type ExternalAccountAutoCreationSeatMode
Members| Member name | Value | Description |
|---|
| Floating | 0 | External user accounts will be automatically created with a floating seat. |
| Reserved | 1 | External user accounts will be automatically created with a reserved seat. |
See Also