ScopeWorkspaces Property | |
Gets the array of any workspaces the requestor has access to that make up the report
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<Workspace> Workspaces { get; set; }
Public Property Workspaces As IList(Of Workspace)
Get
Set
public:
property IList<Workspace^>^ Workspaces {
IList<Workspace^>^ get ();
void set (IList<Workspace^>^ value);
}
member Workspaces : IList<Workspace> with get, set
Return Value
Type:
IListWorkspacethe array of workspace objects
See Also