'Declaration
<ArgumentDirectionsAttribute(ArgumentDirections.InputOutput)> <NotNullAttribute()> <DataMemberAttribute()> Public Property Vtq As DAVtq
'Usage
Dim instance As DAItemPointArguments Dim value As DAVtq instance.Vtq = value value = instance.Vtq
[ArgumentDirections(ArgumentDirections.InputOutput)] [NotNull()] [DataMember()] public DAVtq Vtq {get; set;}
[ArgumentDirections(ArgumentDirections.InputOutput)] [NotNull()] [DataMember()] public: property DAVtq^ Vtq { DAVtq^ get(); void set ( DAVtq^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).