ServiceDocument.Workspaces Property

Definition

Gets the collection of app:workspace elements in the service document.

public:
 property IVectorView<Workspace ^> ^ Workspaces { IVectorView<Workspace ^> ^ get(); };
IVectorView<Workspace> Workspaces();
public IReadOnlyList<Workspace> Workspaces { get; }
var iVectorView = serviceDocument.workspaces;
Public ReadOnly Property Workspaces As IReadOnlyList(Of Workspace)

Property Value

The collection of workspace elements.

Applies to