WHSInfoClass.GetClientComputerInfo Method

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

Returns a collection of IComputerInfo objects.

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

Syntax

'Declaration
Public Overridable Function GetClientComputerInfo As Array Implements IWHSInfo.GetClientComputerInfo
'Usage
Dim instance As WHSInfoClass
Dim returnValue As Array

returnValue = CType(instance, IWHSInfo).GetClientComputerInfo
public virtual Array IWHSInfo.GetClientComputerInfo ()
public:
virtual Array^ GetClientComputerInfo () = IWHSInfo::GetClientComputerInfo

Return Value

An array of objects of type IComputerInfo.

Remarks

When you want to access an instance of IComputerInfo that represents a Windows Home Server client computer, use the GetClientComputerInfo method. The GetClientComputerInfo returns an array of objects of type IComputerInfo. You can then iterate through each member of the array to access an individual IComputerInfo instance.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

WHSInfoClass Class
WHSInfoClass Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.