The layer format with which task results are rendered when UseCustomLayerFormat is set to True.
Syntax
Visual Basic (Declaration) | |
---|
<ResCategoryAttribute("QueryAttributesTask")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<ResDescriptionAttribute("The layer format with which task results are rendered when UseCustomLayerFormat is set to True.")>
Public Property CustomLayerFormat As ESRI.ArcGIS.ADF.Web.UI.WebControls.LayerFormat |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As QueryAttributesTask
Dim value As ESRI.ArcGIS.ADF.Web.UI.WebControls.LayerFormat
instance.CustomLayerFormat = value
value = instance.CustomLayerFormat |
C# | |
---|
[ResCategoryAttribute("QueryAttributesTask")]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[ResDescriptionAttribute("The layer format with which task results are rendered when UseCustomLayerFormat is set to True.")]
public ESRI.ArcGIS.ADF.Web.UI.WebControls.LayerFormat CustomLayerFormat {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