WidgetUpdateRequestOptions.WidgetId 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 widget ID of the widget to be updated.
public:
property Platform::String ^ WidgetId { Platform::String ^ get(); };
winrt::hstring WidgetId();
public string WidgetId { get; }
var string = widgetUpdateRequestOptions.widgetId;
Public ReadOnly Property WidgetId As String
Property Value
The widget ID of the widget to be updated.
Remarks
Set the widget ID in the constructor, #ctor.