ESRI.ArcGIS.ADF.ArcGISServer
Type Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Field Class : Type Property




The type of the field.

Syntax

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

See Also

© 2010 All Rights Reserved.