WorkflowService.ImplementedContracts 属性

定义

获取由工作流服务实现的协定。

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

属性值

Collection<Type>

包含由工作流服务实现的协定的 Collection<T> 对象。

适用于