IUpdateInfoDescription Property |
Win32_QuickFixEngineering: A textual description of the object.
Namespace:
Xcalibur.Models.Updates
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string Description { get; set; }
Property Description As String
Get
Set
property String^ Description {
String^ get ();
void set (String^ value);
}
abstract Description : string with get, set
Property Value
Type:
String
The description.
See Also