Miner.Tasks.ViewModel Namespace > EntityViewModelBase<T> Class : DomainObject Property |
'Declaration
Public MustOverride Property DomainObject As T
'Usage
Dim instance As EntityViewModelBase(Of T) Dim value As T instance.DomainObject = value value = instance.DomainObject
public abstract T DomainObject {get; set;}
public read-write property DomainObject: T; abstract;
public __abstract function get,set DomainObject : T
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