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




Determines whether task results display related records.

Syntax

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

See Also

© 2010 All Rights Reserved.