IComputerInfo Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents an individual client computer on the Windows Home Server network.
The following tables list the members exposed by the IComputerInfo type.
Public Properties
Name | Description | |
---|---|---|
ComputerName | Gets the computer name for the client computer. | |
Description | Gets the end-user's arbitrary text description of the target computer. | |
IPAddress | Gets the IP address of the target computer. | |
IsOnline | Gets the online status of the target computer. | |
OSMajorNumber | Gets the major version number of the operating system running on the target computer. | |
OSMinorNumber | Gets the minor version number of the operating system running on the target computer. |
Top