Share via


TargetedContentValue.Booleans Property

Definition

Gets an array of Booleans in a TargetedContentValue object.

public:
 property IVectorView<bool> ^ Booleans { IVectorView<bool> ^ get(); };
IVectorView<bool> Booleans();
public IReadOnlyList<bool> Booleans { get; }
var iVectorView = targetedContentValue.booleans;
Public ReadOnly Property Booleans As IReadOnlyList(Of Boolean)

Property Value

Windows requirements

App capabilities
secondaryAuthenticationFactor

Applies to