RemoteSystemApp.Attributes Property

Definition

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

IMapView<String,String>

IReadOnlyDictionary<String,String>

IMapView<Platform::String,Platform::String>

IMapView<winrt::hstring,winrt::hstring>

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.

Applies to