Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the minimum number of times the HTML tag must exist in the HTML document for the validation rule to succeed.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property MinOccurrences As Integer
'Usage
Dim instance As ValidationRuleRequiredTag
Dim value As Integer
value = instance.MinOccurrences
instance.MinOccurrences = value
public int MinOccurrences { get; set; }
public:
property int MinOccurrences {
int get ();
void set (int value);
}
public function get MinOccurrences () : int
public function set MinOccurrences (value : int)
Property Value
Type: System.Int32
The minimum number of times the HTML tag must exist in the HTML document.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ValidationRuleRequiredTag Class