DeviceContext.NetworkType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the IANA interface type for the internet connected network adapter.
public:
property System::String ^ NetworkType { System::String ^ get(); void set(System::String ^ value); };
public string NetworkType { get; set; }
member this.NetworkType : string with get, set
Public Property NetworkType As String