 | BiConfigurationSectionMaxBiResultSetSize Property |
Maximum BI result set size
Namespace: SanteDB.BI.ConfigurationAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic int? MaxBiResultSetSize { get; set; }Public Property MaxBiResultSetSize As Integer?
Get
Set
public:
property Nullable<int> MaxBiResultSetSize {
Nullable<int> get ();
void set (Nullable<int> value);
}member MaxBiResultSetSize : Nullable<int> with get, set
Property Value
NullableInt32
See Also