ESRI.ArcGIS.ADF.ArcGISServer
SubtypeFieldName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DETable Class : SubtypeFieldName Property




The name of the Subtype Field.

Syntax

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

See Also

© 2010 All Rights Reserved.