Share via


Pair<T1, T2>.IsNullOrEmpty Property

Returns a value that indicates whether either value of the pair is a null reference (Nothing in Visual Basic) or empty.

Namespace:  Microsoft.BusinessData.Infrastructure
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public ReadOnly Property IsNullOrEmpty As Boolean
    Get
'Usage
Dim instance As Pair
Dim value As Boolean

value = instance.IsNullOrEmpty
public bool IsNullOrEmpty { get; }

Property Value

Type: System.Boolean
true either value of the pair is a null reference (Nothing in Visual Basic) or empty; otherwise, false.

See Also

Reference

Pair<T1, T2> Structure

Pair<T1, T2> Members

Microsoft.BusinessData.Infrastructure Namespace