ESRI.ArcGIS.ADF.Web.UI.WebControls
TaskControl Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > UserControlTask Class : TaskControl Property




Virtual Path to the IUserControlTaskPanel.

Syntax

Visual Basic (Declaration) 
<UrlPropertyAttribute()>
<ResCategoryAttribute("Task")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Relative path to the User Control files.")>
<BindableAttribute(True)>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.UserControlFileEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
Public Property TaskControl As String
Visual Basic (Usage)Copy Code
Dim instance As UserControlTask
Dim value As String
 
instance.TaskControl = value
 
value = instance.TaskControl
C# 
[UrlPropertyAttribute()]
[ResCategoryAttribute("Task")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Relative path to the User Control files.")]
[BindableAttribute(true)]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.UserControlFileEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string TaskControl {get; set;}

See Also

© 2010 All Rights Reserved.