StatusChangedEventArgs.Status Property
Applies to: Semantic Logging Application Block 1.0
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.dll) Version: 1.0.0.0 (1.0.1304.0)
Syntax
public ServiceStatus Status { get; private set; }
'Declaration
Public Property Status As ServiceStatus
Get
Private Set
public:
property ServiceStatus Status {
ServiceStatus get ();
private: void set (ServiceStatus value);
}
Property Value
Type: ServiceStatus
See Also
StatusChangedEventArgs Members
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw Namespace