Share via


LinkField.PreviewValueTyped property

Returns an HTML string of an <A> tag with default property values representing a preview of LinkFieldValue data for fields of this type.

Namespace:  Microsoft.SharePoint.Publishing.Fields
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property PreviewValueTyped As Object
    Get
'Usage
Dim instance As LinkField
Dim value As Object

value = instance.PreviewValueTyped
public override Object PreviewValueTyped { get; }

Property value

Type: System.Object
An HTML string.

See also

Reference

LinkField class

LinkField members

Microsoft.SharePoint.Publishing.Fields namespace