ESRI.ArcGIS.ADF.ArcGISServer
VarType Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NetworkAttributeParameter Class : VarType Property




The VARTYPE of the parameter (e.g. VT_I4).

Syntax

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

See Also

© 2010 All Rights Reserved.