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.
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.