StorageProviderItemProperty.Value 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.
Descriptive text for the state of a storage provider storage item.
public:
property Platform::String ^ Value { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Value();
void Value(winrt::hstring value);
public string Value { get; set; }
var string = storageProviderItemProperty.value;
storageProviderItemProperty.value = string;
Public Property Value As String
Property Value
The string value of the text.
Remarks
Values are intended to be used to describe the state of a storage item. For example, in addition to an icon, you might also want to create a string, such as "Large size alert" or "Shared with Bob"