SessionCreationParametersSeatPoolId Property |
Gets the ID of the pool of seats from which the created session will draw.
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