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 value2.
Namespace: Microsoft.Data.Schema.Common
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property Value2 As TValue2
'Usage
Dim instance As Tuple
Dim value As TValue2
value = instance.Value2
public TValue2 Value2 { get; }
public:
property TValue2 Value2 {
TValue2 get ();
}
public function get Value2 () : TValue2
Property Value
Type: TValue2
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Tuple<TValue1, TValue2, TValue3> Structure