ServiceDocument.Workspaces 属性

定义

获取包含在服务文档内的工作区集合。

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)

属性值

Collection<Workspace>

工作区的集合。

适用于