Share via


Pair<T1, T2>.IsEmpty Property

Returns a value that indicates whether either value of the pair is empty.

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

Syntax

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

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

Property Value

Type: System.Boolean
true if either value of the pair is empty; otherwise, false.

See Also

Reference

Pair<T1, T2> Structure

Pair<T1, T2> Members

Microsoft.BusinessData.Infrastructure Namespace