TargetedContentItem.Properties Property

Definition

Gets a collection containing property names (as keys) and TargetedContentValue objects.

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 = targetedContentItem.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, TargetedContentValue)

Property Value

Windows requirements

App capabilities
secondaryAuthenticationFactor

Applies to