NetworkItem.NetworkId Property

Definition

Gets the network ID.

public:
 property Platform::Guid NetworkId { Platform::Guid get(); };
winrt::guid NetworkId();
public Guid NetworkId { get; }
var guid = networkItem.networkId;
Public ReadOnly Property NetworkId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The network ID.

Remarks

This value can be used to retrieve the unique ID of a network if NetworkTypes is Private.

Applies to