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