NetworkItem.NetworkId 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 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
The network ID.
Remarks
This value can be used to retrieve the unique ID of a network if NetworkTypes is Private.