DesignerDocument.linkColor Property

SharePoint Designer Developer Reference

Returns or sets a Variant that represents the color of hyperlinks in the specified document. Corresponds to the link attribute for the BODY element.

Syntax

expression.linkColor

expression   Required. A variable that represents a DesignerDocument object.

Remarks

Performs the same function as the link property.

See Also