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) | |
---|
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<ResCategoryAttribute("SearchTask")>
<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# | |
---|
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[ResCategoryAttribute("SearchTask")]
[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;} |
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