ResourceCandidate.ValueAsString Property

Definition

Gets the value of this ResourceCandidate, expressed 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 string value.

Applies to