The Value property is used to generate the VALUE attribute for the HTTP-EQUIV element's XML formatted string.
Type
String (VT_BSTR)
Default
Null
Remarks
This property can be optionally set by using the AddHTTPEquiv method when adding an HTTPEquiv object to another object's HTTPEquivs collection. The value can be passed as the second argument.
Example
Httpequiv.Value="somevalue"
See Also