Gets or sets the condition expression of the comment.

[VBScript]
Public Property Condition As String
[JScript]
public function get Condition() : String;
public function set Condition(String);

Property Value

The condition expression of the comment.

See Also

ConditionalComment Object | ConditionalComment Members | DOM Namespace