'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property DefaultTypedVtq As DAVtq(Of T)
'Usage
Dim value As DAVtq(Of T) value = DAItemVtqArguments(Of T).DefaultTypedVtq
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static DAVtq<T> DefaultTypedVtq {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property DAVtq<T^>^ DefaultTypedVtq { DAVtq<T^>^ get(); }