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)
Syntax ReadOnly Property Status As String
Get
property String^ Status {
String^ get ();
}
abstract Status : string with get
Property Value
Type:
StringRemarks
You should raise
StatusChanged when you change the value of this property.
See Also