ResourceCandidate.ValueAsString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The value of the ResourceCandidate represented as a string.