Share via


ResourceCandidate.ValueAsString Property

Definition

Gets the value of the ResourceCandidate represented as a string.

public:
 property Platform::String ^ ValueAsString { Platform::String ^ get(); };
winrt::hstring ValueAsString();
public string ValueAsString { get; }
var string = resourceCandidate.valueAsString;
Public ReadOnly Property ValueAsString As String

Property Value

String

Platform::String

winrt::hstring

The value of the ResourceCandidate represented as a string.

Applies to