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