ESRI.ArcGIS.ADF.Web.UI.WebControls
Heading Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > SimpleTaskResult Class : Heading Property




Gets or sets the heading for the result.

Syntax

Visual Basic (Declaration) 
Public Property Heading As String
Visual Basic (Usage)Copy Code
Dim instance As SimpleTaskResult
Dim value As String
 
instance.Heading = value
 
value = instance.Heading
C# 
public string Heading {get; set;}

Remarks

This is the text displayed in the root of the node.

See Also

© 2010 All Rights Reserved.