ESRI.ArcGIS.ADF.ArcGISServer
HelpContext Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DEToolbox Class : HelpContext Property




The context identifier of the topic within the help file for this toolbox.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=3)>
Public Property HelpContext As Integer
Visual Basic (Usage)Copy Code
Dim instance As DEToolbox
Dim value As Integer
 
instance.HelpContext = value
 
value = instance.HelpContext
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=3)]
public int HelpContext {get; set;}

See Also

© 2010 All Rights Reserved.