다음을 통해 공유


ValidationGetResponse.IsRunning 속성

정의

이 특정 조건에 대해 유효성 검사가 실행 중인지 사용자에게 알릴 수 있습니다.

public:
 property bool IsRunning { bool get(); void set(bool value); };
[System.ServiceModel.MessageBodyMember]
public bool IsRunning { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.IsRunning : bool with get, set
Public Property IsRunning As Boolean

속성 값

이 특정 조건에 대해 유효성 검사가 실행 중이면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상