  | QueryResultFrameAmount Property  | 
 
            Gets or sets the number of results to retrive.
            
 
    Namespace: 
   Dynamicweb.Analytics.Queries
    Assembly:
   Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntaxpublic int Amount { get; set; }Public Property Amount As Integer
	Get
	Set
Return Value
Type: 
Int32Specifying value less or equal to zero will result in selecting all records starting from the given offset.
See Also