Share via


ContentTypeIdFieldType.GetFieldValue Method

Returns a ContentTypeIdFieldValue object initialized with the 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 ContentTypeIdFieldType
Dim value As String
Dim returnValue As Object

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

Parameters

Return Value

Type: System.Object
An object of type ContentTypeIdFieldValue.

See Also

Reference

ContentTypeIdFieldType Class

ContentTypeIdFieldType Members

Microsoft.SharePoint.Publishing.Fields Namespace