Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AutoHyperlink property of the SPQuery class gets or sets a Boolean value that specifies whether text that looks like a hyperlink within the data set returned by the query is automatically formatted as a hyperlink.
Property Value
true if text that looks like a hyperlink is automatically formatted as a hyperlink; otherwise, false.
Remarks
If the AutoHyperlink property is set to true and the body of the returned data set contains a URL such as http://Server_Name, the URL is formatted as <a href='http://Server_Name'>http://Server_Name</a>. The default value is false.
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security