WebTestRuleBase.Type Property

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property Type As Type
'Usage
Dim instance As WebTestRuleBase 
Dim value As Type 

value = instance.Type

instance.Type = value
public Type Type { get; set; }
public:
property Type^ Type {
    Type^ get ();
    void set (Type^ value);
}
public function get Type () : Type 
public function set Type (value : Type)

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

WebTestRuleBase Class

WebTestRuleBase Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace