SpecificationTMaximumResults Property  | 
 Gets the maximum number of records that must be retrieved using this specification.
 
    Namespace: 
   Enkoni.Framework
    Assembly:
   Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntaxpublic int MaximumResults { get; }Public ReadOnly Property MaximumResults As Integer
	Get
public:
virtual property int MaximumResults {
	int get () sealed;
}abstract MaximumResults : int with get
override MaximumResults : int with get
Property Value
Type: 
Int32Implements
ISpecificationTMaximumResults
See Also