ESRI.ArcGIS.ADF.ArcGISServer
Types Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DataObjectTable Class : Types Property




Syntax

Visual Basic (Declaration) 
<XmlArrayAttribute(XmlSchemaForm.Unqualified)>
<XmlArrayItemAttribute(XmlSchemaForm.Unqualified)>
Public Property Types As DataObjectType()
Visual Basic (Usage)Copy Code
Dim instance As DataObjectTable
Dim value() As DataObjectType
 
instance.Types = value
 
value = instance.Types
C# 
[XmlArrayAttribute(XmlSchemaForm.Unqualified)]
[XmlArrayItemAttribute(XmlSchemaForm.Unqualified)]
public DataObjectType[] Types {get; set;}

See Also

© 2010 All Rights Reserved.