ValidateHtmlTagInnerText.HasClosingTags Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets a Boolean value indicating whether to include closing tags.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property HasClosingTags As Boolean
Get
Set
'Usage
Dim instance As ValidateHtmlTagInnerText
Dim value As Boolean
value = instance.HasClosingTags
instance.HasClosingTags = value
public bool HasClosingTags { get; set; }
public:
property bool HasClosingTags {
bool get ();
void set (bool value);
}
member HasClosingTags : bool with get, set
function get HasClosingTags () : boolean
function set HasClosingTags (value : boolean)
Property Value
Type: System.Boolean
true to include closing tags; otherwise, false.
.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
ValidateHtmlTagInnerText Class