SPFieldLookup.HasValue method

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Protected Friend Overrides Function HasValue ( _
    value As Object _
) As Boolean
'Usage
Dim value As Object
Dim returnValue As Boolean

returnValue = Me.HasValue(value)
protected internal override bool HasValue(
    Object value
)

Parameters

Return value

Type: System.Boolean
Boolean

See also

Reference

SPFieldLookup class

SPFieldLookup members

Microsoft.SharePoint namespace