Share via


LinkField.GetFieldValue method

Returns a LinkField object initialized with the HTML markup string value parameter.

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

Syntax

'Declaration
Public Overrides Function GetFieldValue ( _
    value As String _
) As Object
'Usage
Dim instance As LinkField
Dim value As String
Dim returnValue As Object

returnValue = instance.GetFieldValue(value)
public override Object GetFieldValue(
    string value
)

Parameters

Return value

Type: System.Object
A LinkFieldValue object.

See also

Reference

LinkField class

LinkField members

Microsoft.SharePoint.Publishing.Fields namespace