Selerix Developer Tools
Attributes Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > XmlAttributeArraysHelper Class : Attributes Property
Gets the attributes.
Syntax
'Declaration
 
Public ReadOnly Property Attributes As XmlAttribute()
'Usage
 
Dim instance As XmlAttributeArraysHelper
Dim value() As XmlAttribute
 
value = instance.Attributes
public XmlAttribute[] Attributes {get;}
public read-only property Attributes: array of XmlAttribute; 
public function get Attributes : XmlAttribute[]
public: __property XmlAttribute*[]* get_Attributes();
public:
property array<XmlAttribute^>^ Attributes {
   array<XmlAttribute^>^ get();
}

Property Value

The attributes.
See Also

Reference

XmlAttributeArraysHelper Class
XmlAttributeArraysHelper Members