MembershipBaseObjectSeatKind Property |
Gets or sets the kind of the seat used by the account or group.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public LicenseSeatKind SeatKind { get; set; }
Public Property SeatKind As LicenseSeatKind
Get
Set
public:
virtual property LicenseSeatKind SeatKind {
LicenseSeatKind get () sealed;
void set (LicenseSeatKind value) sealed;
}
abstract SeatKind : LicenseSeatKind with get, set
override SeatKind : LicenseSeatKind with get, set
Property Value
Type:
LicenseSeatKindThe 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