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.
Internal function used to verify whether an object is null or not.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
Protected Friend Overridable Function HasValue ( _
value As Object _
) As Boolean
'Usage
Dim value As Object
Dim returnValue As Boolean
returnValue = Me.HasValue(value)
protected internal virtual bool HasValue(
Object value
)
Parameters
value
Type: System.ObjectAn object to test.
Return Value
Type: System.Boolean
A Boolean equal to true if value is not a null reference (Nothing in Visual Basic).