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>

Коллекция конечных точек этой службы рабочего процесса.

Применяется к