 | MatchBlockBatchSize Property |
Gets or sets the maximum results for this filter
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic int BatchSize { get; set; }Public Property BatchSize As Integer
Get
Set
public:
property int BatchSize {
int get ();
void set (int value);
}member BatchSize : int with get, set
Property Value
Int32
See Also