LogOnAccountPropertiesSeatKind Property |
Gets or sets the seat kind.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax public LicenseSeatKind? SeatKind { get; set; }
Public Property SeatKind As LicenseSeatKind?
Get
Set
public:
property Nullable<LicenseSeatKind> SeatKind {
Nullable<LicenseSeatKind> get ();
void set (Nullable<LicenseSeatKind> value);
}
member SeatKind : Nullable<LicenseSeatKind> with get, set
Property Value
Type:
NullableLicenseSeatKindSee Also