WidgetUpdateRequestOptions.UnsetValue Property

Definition

Gets a sentinel value indicating that the associated property is unset.

public:
 static property Platform::String ^ UnsetValue { Platform::String ^ get(); };
static winrt::hstring UnsetValue();
public static string UnsetValue { get; }
var string = WidgetUpdateRequestOptions.unsetValue;
Public Shared ReadOnly Property UnsetValue As String

Property Value

String

Platform::String

winrt::hstring

A sentinel value indicating that the associated property is unset.

Remarks

This is the default value for the , Data, and Template properties. If you don't set any value on these properties, they will be treated as unset. Set the properties to empty string to clear the previously set value.

Applies to