Share via


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

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.network (VB and C#)

The network property gets an IWMPNetwork interface that provides access to network information and settings.

[Visual Basic]
Public Overridable ReadOnly Property network As IWMPNetwork

[C#]
public virtual IWMPNetwork network {get;}

Property Value

The WMPLib.IWMPNetwork interface.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: AxWMPLib

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

See Also

Previous Next