ArcFM Responder Mobile Developer Guide
ItemsElementName Property






Syntax
'Declaration
 
<System.Xml.Serialization.XmlIgnoreAttribute()>
<System.Xml.Serialization.XmlElementAttribute("ItemsElementName")>
Public Property ItemsElementName As ItemsChoiceType7()
'Usage
 
Dim instance As LinearRingType
Dim value() As ItemsChoiceType7
 
instance.ItemsElementName = value
 
value = instance.ItemsElementName
[System.Xml.Serialization.XmlIgnore()]
[System.Xml.Serialization.XmlElement("ItemsElementName")]
public ItemsChoiceType7[] ItemsElementName {get; set;}
public read-write property ItemsElementName: array of ItemsChoiceType7; 
System.Xml.Serialization.XmlIgnoreAttribute()
System.Xml.Serialization.XmlElementAttribute("ItemsElementName")
public function get,set ItemsElementName : ItemsChoiceType7[]
[System.Xml.Serialization.XmlIgnore()]
[System.Xml.Serialization.XmlElement("ItemsElementName")]
public: __property ItemsChoiceType7[]* get_ItemsElementName();
public: __property void set_ItemsElementName( 
   ItemsChoiceType7[]* value
);
[System.Xml.Serialization.XmlIgnore()]
[System.Xml.Serialization.XmlElement("ItemsElementName")]
public:
property array<ItemsChoiceType7>^ ItemsElementName {
   array<ItemsChoiceType7>^ get();
   void set (    array<ItemsChoiceType7>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LinearRingType Class
LinearRingType Members

Send Feedback