Share via


IComputerInfo.ComputerName Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the computer name for the client computer.

Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)

Syntax

'Declaration
<DispIdAttribute(1610678272)> _
ReadOnly Property ComputerName As String
'Usage
Dim instance As IComputerInfo
Dim value As String

value = instance.ComputerName
[DispIdAttribute(1610678272)] 
string ComputerName { get; }
[DispIdAttribute(1610678272)] 
property String^ ComputerName {
    String^ get ();
}
/** @property */
String get_ComputerName ()
function get ComputerName () : String

Property Value

A string that contains the name of the target computer.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IComputerInfo Interface
IComputerInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.