WidgetUpdateRequestOptions.UnsetValue 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 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
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.