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 value3.
Namespace: Microsoft.Data.Schema.Common
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property Value3 As TValue3
'Usage
Dim instance As Tuple
Dim value As TValue3
value = instance.Value3
public TValue3 Value3 { get; }
public:
property TValue3 Value3 {
TValue3 get ();
}
public function get Value3 () : TValue3
Property Value
Type: TValue3
.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