다음을 통해 공유


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>

이 워크플로 서비스의 엔드포인트 컬렉션입니다.

적용 대상