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




The name of the (CHM) file containing help information for this toolbox.

Syntax

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

See Also

© 2010 All Rights Reserved.