SightWidgets Property | |
Array of Widget objects.
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 IList<Widget> Widgets { get; set; }
Public Property Widgets As IList(Of Widget)
Get
Set
public:
property IList<Widget^>^ Widgets {
IList<Widget^>^ get ();
void set (IList<Widget^>^ value);
}
member Widgets : IList<Widget> with get, set
Return Value
Type:
IListWidget the list
See Also