The maximum number of records (features) to retrieve when executing the task. Default is 50.
Syntax
Visual Basic (Declaration) | |
---|
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<ResCategoryAttribute("QueryAttributesTask")>
<ResDescriptionAttribute("An integer specifying the maximum number of records that the task will return.")>
Public Property MaxRecords As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As QueryAttributesTask
Dim value As Integer
instance.MaxRecords = value
value = instance.MaxRecords |
C# | |
---|
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[ResCategoryAttribute("QueryAttributesTask")]
[ResDescriptionAttribute("An integer specifying the maximum number of records that the task will return.")]
public int MaxRecords {get; set;} |
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also