Share via


Windows Media Player 11 SDK AxWindowsMediaPlayer.isOnline (VB and C#) 

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.isOnline (VB and C#)

The isOnline property gets a value indicating whether the user is connected to a network.

[Visual Basic]
Public Overridable ReadOnly Property isOnline As Boolean

[C#]
public virtual bool isOnline {get;}

Property Value

A System.Boolean value that indicates whether the user is connected to a network.

Remarks

Requirements

Version: Windows Media Player 9 Series or later

Namespace: AxWMPLib

Assembly: AxInterop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next