Gets a short string describing the state of the plugin (e.g. Disabled, Enabled, Writing to XYZ etc.).
            
 
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxReadOnly Property Status As String
	Get
property String^ Status {
	String^ get ();
}abstract Status : string with get
Property Value
Type: 
String
Remarks
            You should raise 
StatusChanged when you change the value of this property.
            
See Also