다음을 통해 공유


WebTestResultCondition.ErrorOccurred 속성

오류가 발생 하였는지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

‘선언
Public Property ErrorOccurred As Boolean
public bool ErrorOccurred { get; internal set; }
public:
property bool ErrorOccurred {
    bool get ();
    internal: void set (bool value);
}
member ErrorOccurred : bool with get, internal set
function get ErrorOccurred () : boolean 
internal function set ErrorOccurred (value : boolean)

속성 값

형식: Boolean
오류가 발생했는지 여부를 나타내는 부울 값입니다.

.NET Framework 보안

참고 항목

참조

WebTestResultCondition 클래스

Microsoft.VisualStudio.TestTools.WebTesting 네임스페이스