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




The model name of the field.

Syntax

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

See Also

© 2010 All Rights Reserved.