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.
Converts the specified field value into a field type value.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overrides Function GetFieldValue ( _
value As String _
) As Object
'Usage
Dim instance As SPFieldLookup
Dim value As String
Dim returnValue As Object
returnValue = instance.GetFieldValue(value)
public override Object GetFieldValue(
string value
)
value
Type: System.StringThe field value to convert into a field type value.
Type: System.Object
The field type value.
This method returns null if value is null or empty.
This method returns an SPFieldLookupValueCollection type value if the AllowMultipleValues property is set to true; otherwise, it returns an SPFieldLookupValue type value.