IComputerInfo.Description Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the end-user's arbitrary text description of the target computer.
Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)
Syntax
'Declaration
<DispIdAttribute(1610678274)> _
ReadOnly Property Description As String
'Usage
Dim instance As IComputerInfo
Dim value As String
value = instance.Description
[DispIdAttribute(1610678274)]
string Description { get; }
[DispIdAttribute(1610678274)]
property String^ Description {
String^ get ();
}
/** @property */
String get_Description ()
function get Description () : String
Property Value
A string that contains a description of the target computer.
Remarks
This is the text entered in on the tab of the dialog on computers running Microsoft Windows.
Platforms
Windows Home Server
Windows Home Server
See Also
Reference
IComputerInfo Interface
IComputerInfo Members
WHSInfoIF Namespace