WorkflowService.Endpoints プロパティ

定義

このワークフロー サービスのエンドポイントのコレクションを取得します。

public:
 property System::Collections::ObjectModel::Collection<System::ServiceModel::Endpoint ^> ^ Endpoints { System::Collections::ObjectModel::Collection<System::ServiceModel::Endpoint ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Endpoint> Endpoints { get; }
member this.Endpoints : System.Collections.ObjectModel.Collection<System.ServiceModel.Endpoint>
Public ReadOnly Property Endpoints As Collection(Of Endpoint)

プロパティ値

Collection<Endpoint>

このワークフロー サービスのエンドポイントのコレクション。

適用対象