IPluginStatusDescription Property |
Gets a longer string giving more information on
Status. If no description is appropriate,
i.e.
Status already says everything you want to say, then return an empty string or null.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string StatusDescription { get; }
ReadOnly Property StatusDescription As String
Get
property String^ StatusDescription {
String^ get ();
}
abstract StatusDescription : string with get
Property Value
Type:
StringRemarks
You should raise
StatusChanged when you change the value of this property.
See Also