Miner.Tasks.ViewModel Namespace > TaskFieldViewModel Class : DomainObject Property |
'Declaration
Public Overrides Property DomainObject As TaskField
'Usage
Dim instance As TaskFieldViewModel Dim value As TaskField instance.DomainObject = value value = instance.DomainObject
public override TaskField DomainObject {get; set;}
public read-write property DomainObject: TaskField; override;
public override function get,set DomainObject : TaskField
public: __property TaskField* get_DomainObject() override; public: __property void set_DomainObject( TaskField* value ) override;
public: property TaskField^ DomainObject { TaskField^ get() override; void set ( TaskField^ value) override; }
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