IComputerInfo.IsOnline Property

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

Gets the online status of the target computer.

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

Syntax

'Declaration
<DispIdAttribute(1610678273)> _
ReadOnly Property IsOnline As Integer
'Usage
Dim instance As IComputerInfo
Dim value As Integer

value = instance.IsOnline
[DispIdAttribute(1610678273)] 
int IsOnline { get; }
[DispIdAttribute(1610678273)] 
property int IsOnline {
    int get ();
}
/** @property */
int get_IsOnline ()
function get IsOnline () : int

Property Value

An integer (0 or 1) that indicates the online status of the target computer. 0 is returned if the computer is not online and 1 is returned if the computer is online.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IComputerInfo Interface
IComputerInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.