Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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