다음을 통해 공유


ProfileElement.Workflows 속성

정의

ProfileWorkflowElement와 연결된 ProfileElement 요소의 컬렉션을 가져옵니다.

public:
 property System::ServiceModel::Activities::Tracking::Configuration::ProfileWorkflowElementCollection ^ Workflows { System::ServiceModel::Activities::Tracking::Configuration::ProfileWorkflowElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElementCollection Workflows { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.Workflows : System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElementCollection
Public ReadOnly Property Workflows As ProfileWorkflowElementCollection

속성 값

프로필 워크플로 쿼리 요소의 컬렉션입니다.

특성

설명

프로필에는 각 워크플로당 한 개의 ProfileWorkflowElement가 있습니다.

적용 대상