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>

此工作流服务的终结点的集合。

适用于