ESRI.ArcGIS.ADF.Tasks
ShowRelatedRecords Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > QueryAttributesTask Class : ShowRelatedRecords Property




Determines whether task results display related records.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(True)>
<ResDescriptionAttribute("Determines whether task results show related records.")>
<ResCategoryAttribute("QueryAttributesTask")>
<DefaultValueAttribute()>
Public Property ShowRelatedRecords As Boolean
Visual Basic (Usage)Copy Code
Dim instance As QueryAttributesTask
Dim value As Boolean
 
instance.ShowRelatedRecords = value
 
value = instance.ShowRelatedRecords
C# 
[BrowsableAttribute(true)]
[ResDescriptionAttribute("Determines whether task results show related records.")]
[ResCategoryAttribute("QueryAttributesTask")]
[DefaultValueAttribute()]
public bool ShowRelatedRecords {get; set;}

See Also

© 2010 All Rights Reserved.