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




Syntax

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

See Also

© 2010 All Rights Reserved.