WidgetType Property | |
Get the Type of widget.
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public WidgetType Type { get; set; }
Public Property Type As WidgetType
Get
Set
public:
property WidgetType Type {
WidgetType get ();
void set (WidgetType value);
}
member Type : WidgetType with get, set
Return Value
Type:
WidgetType the WidgetType
See Also