Gets or sets the color of links that have been visited by the user.

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

Property Value

A string representing the color of links that have been visited by the user.

See Also

HTMLBodyElement Object | HTMLBodyElement Members | DOM Namespace