NetworkItem
NetworkItem
NetworkItem
NetworkItem
Class
Definition
Represents a connected network.
public : sealed class NetworkItem : INetworkItempublic sealed class NetworkItem : INetworkItemPublic NotInheritable Class NetworkItem Implements INetworkItem// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
NetworkId NetworkId NetworkId NetworkId
Gets the network ID.
public : PlatForm::Guid NetworkId { get; }public Guid NetworkId { get; }Public ReadOnly Property NetworkId As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The network ID.
Remarks
This value can be used to retrieve the unique ID of a network if NetworkTypes is Private.
Methods
GetNetworkTypes() GetNetworkTypes() GetNetworkTypes() GetNetworkTypes()
Gets a NetworkTypes value indicating the network type for a NetworkItem.
public : NetworkTypes GetNetworkTypes()public NetworkTypes GetNetworkTypes()Public Function GetNetworkTypes() As NetworkTypes// You can use this method in JavaScript.
Returns
The type of a network.
- See Also