Miner.Responder.Shared.SchemaObjects Namespace > IncidentsObject Class : Status Property |
'Declaration
Public Property Status As IncidentStatusDomain
'Usage
Dim instance As IncidentsObject Dim value As IncidentStatusDomain instance.Status = value value = instance.Status
public IncidentStatusDomain Status {get; set;}
public read-write property Status: IncidentStatusDomain;
public function get,set Status : IncidentStatusDomain
public: __property IncidentStatusDomain get_Status(); public: __property void set_Status( IncidentStatusDomain value );
public: property IncidentStatusDomain Status { IncidentStatusDomain get(); void set ( IncidentStatusDomain value); }
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