GroupDataSeatKind Property

Gets or sets the kind of the seat used by the account or group.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "seatKind", EmitDefaultValue = true)]
public LicenseSeatKind SeatKind { get; set; }

Property Value

Type: LicenseSeatKind
The kind of the seat.
Remarks
An account's effective seat kind is computed dynamically at logon by selecting the most privileged seat kind from all the groups and Windows groups to which the account belongs. If the account is assigned a reserved seat, that is always used no matter what has been assigned to groups.
See Also