Aracılığıyla paylaş


WebTestRuleBase.Type Özellik

Alır veya ayarlar Type kuralının veya eklenti türünü temsil eden nesne.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
Public Property Type As Type
    Get
    Set
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)

Özellik Değeri

Tür: System.Type
Type Kuralının veya eklenti türünü temsil eden nesne.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestRuleBase Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı