SessionSeatPoolId Property |
Gets the ID of the tenant whose seat pool was used to create the session.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Guid? SeatPoolId { get; }
Public ReadOnly Property SeatPoolId As Guid?
Get
public:
property Nullable<Guid> SeatPoolId {
Nullable<Guid> get ();
}
member SeatPoolId : Nullable<Guid> with get
Property Value
Type:
NullableGuidSee Also