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