RemoteSystemApp.Attributes 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.
The app-specific attributes of this application.
public:
property IMapView<Platform::String ^, Platform::String ^> ^ Attributes { IMapView<Platform::String ^, Platform::String ^> ^ get(); };
IMapView<winrt::hstring, winrt::hstring const&> Attributes();
public IReadOnlyDictionary<string,string> Attributes { get; }
var iMapView = remoteSystemApp.attributes;
Public ReadOnly Property Attributes As IReadOnlyDictionary(Of String, String)
Property Value
A Map of key/value pairs defining the attributes.
Remarks
As an example, your app could define a unique ID attribute and share it with client devices. Then they can look for it in subsequent discoveries.