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