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)

プロパティ値

ワークスペースのコレクション。

適用対象