Pair<T1, T2>.First Property
Gets the first value in the pair.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Property First As T1
Get
'Usage
Dim instance As Pair
Dim value As T1
value = instance.First
public T1 First { get; }
Property Value
Type: T1
The first value in the pair.