ServiceDocument.Workspaces Propriedade
Definição
Obtém uma coleção de workspaces contidos dentro do documento de serviço.Gets a collection of workspaces contained within the service document.
public:
property System::Collections::ObjectModel::Collection<System::ServiceModel::Syndication::Workspace ^> ^ Workspaces { System::Collections::ObjectModel::Collection<System::ServiceModel::Syndication::Workspace ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.Workspace> Workspaces { get; }
member this.Workspaces : System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.Workspace>
Public ReadOnly Property Workspaces As Collection(Of Workspace)
Valor da propriedade
Uma coleção de workspaces.A collection of workspaces.