Miner.Tasks.Domain Namespace > TaskField Class : Elements Property |
'Declaration
Public Overridable ReadOnly Property Elements As System.Collections.Generic.IList(Of TaskFieldElement)
'Usage
Dim instance As TaskField Dim value As System.Collections.Generic.IList(Of TaskFieldElement) value = instance.Elements
public virtual System.Collections.Generic.IList<TaskFieldElement> Elements {get;}
public read-only property Elements: System.Collections.Generic.IList; virtual;
public function get Elements : System.Collections.Generic.IList
public: __property virtual System.Collections.Generic.IList<TaskFieldElement*>* get_Elements();
public: virtual property System.Collections.Generic.IList<TaskFieldElement^>^ Elements { System.Collections.Generic.IList<TaskFieldElement^>^ get(); }
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