OzTupleT1, T2, T3, T4, T5, T6Item4 Property |
Gets the value of the current Tuple(Of T1, T2, T3, T4, T5, T6) object's fourth component.
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax Public ReadOnly Property Item4 As T4
Get
public:
property T4 Item4 {
T4 get ();
}
member Item4 : 'T4 with get
Property Value
Type:
T4See Also