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.