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




Determines whether task results are rendered using the custom layer format defined in this task or using the default layer format defined in the map resource item.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("SearchTask")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<ResDescriptionAttribute("Determines whether task results are rendered using the custom layer format defined in this task or using the default layer format defined in the map resource item.")>
Public Property UseCustomLayerFormat As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SearchAttributesTask
Dim value As Boolean
 
instance.UseCustomLayerFormat = value
 
value = instance.UseCustomLayerFormat
C# 
[ResCategoryAttribute("SearchTask")]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[ResDescriptionAttribute("Determines whether task results are rendered using the custom layer format defined in this task or using the default layer format defined in the map resource item.")]
public bool UseCustomLayerFormat {get; set;}

See Also

© 2010 All Rights Reserved.