  | BiConfigurationSectionMaxBiResultSetSize Property  | 
 
            Maximum BI result set size
            
 
    Namespace: 
   SanteDB.BI.Configuration
    Assembly:
   SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
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
Type: 
NullableInt32
See Also