TaxonomyField.HasValue method

Represents whether the current TaxonomyField object has a value.

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

Syntax

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

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

Parameters

Return value

Type: System.Boolean
Returns Boolean.

See also

Reference

TaxonomyField class

TaxonomyField members

Microsoft.SharePoint.Taxonomy namespace