RemoteSystemAppRegistration.Attributes Property

Definition

Gets the attributes associated with this application.

public:
 property IMap<Platform::String ^, Platform::String ^> ^ Attributes { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Attributes();
public IDictionary<string,string> Attributes { get; }
var iMap = remoteSystemAppRegistration.attributes;
Public ReadOnly Property Attributes As IDictionary(Of String, String)

Property Value

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

A map of key/value 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