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