IPropertyValue.GetString Method

Definition

Returns the string value stored as a property value.

public:
 Platform::String ^ GetString();
winrt::hstring GetString();
public string GetString();
function getString()
Public Function GetString () As String

Returns

String

Platform::String

winrt::hstring

The value.

Applies to