ISimpleWorkItem.Excluded 속성

정의

현재 작업 항목을 처리에서 제외할지 여부를 가져옵니다.

public:
 property bool Excluded { bool get(); };
public bool Excluded { get; }
member this.Excluded : bool
Public ReadOnly Property Excluded As Boolean

속성 값

현재 작업 항목을 처리에서 제외해야 하면 True이고, 그렇지 않으면 false입니다.

적용 대상