다음을 통해 공유


WebTestRuleBase.Type 속성

규칙 또는 플러그 인의 형식을 나타내는 Type 개체를 가져오거나 설정합니다.

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

구문

‘선언
Public Property Type As Type
public Type Type { get; set; }
public:
property Type^ Type {
    Type^ get ();
    void set (Type^ value);
}
member Type : Type with get, set
function get Type () : Type 
function set Type (value : Type)

속성 값

형식: Type
규칙 또는 플러그 인의 형식을 나타내는 Type 개체입니다.

.NET Framework 보안

참고 항목

참조

WebTestRuleBase 클래스

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