Share via


TargetedContentCollection.Properties Property

Definition

Gets a dictionary of property name keys and TargetedContentValue objects in the content collection.

public:
 property IMapView<Platform::String ^, TargetedContentValue ^> ^ Properties { IMapView<Platform::String ^, TargetedContentValue ^> ^ get(); };
IMapView<winrt::hstring, TargetedContentValue const&> Properties();
public IReadOnlyDictionary<string,TargetedContentValue> Properties { get; }
var iMapView = targetedContentCollection.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, TargetedContentValue)

Property Value

Windows requirements

App capabilities
secondaryAuthenticationFactor

Applies to