ValidationRuleReference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ValidationRuleReference() | |
ValidationRuleReference(Type) |
ValidationRuleReference()
public:
ValidationRuleReference();
public ValidationRuleReference ();
Public Sub New ()
Applies to
ValidationRuleReference(Type)
public:
ValidationRuleReference(Type ^ type);
public ValidationRuleReference (Type type);
new Microsoft.VisualStudio.TestTools.WebTesting.ValidationRuleReference : Type -> Microsoft.VisualStudio.TestTools.WebTesting.ValidationRuleReference
Public Sub New (type As Type)
Parameters
- type
- Type