'Declaration<JetBrains.Annotations.CanBeNullAttribute()> Public Property TypedVtq As DAVtq(Of TValue)
'UsageDim instance As DAVtqResult(Of TValue) Dim value As DAVtq(Of TValue) instance.TypedVtq = value value = instance.TypedVtq
[JetBrains.Annotations.CanBeNull()] public DAVtq<TValue> TypedVtq {get; set;}
[JetBrains.Annotations.CanBeNull()] public: property DAVtq<TValue^>^ TypedVtq { DAVtq<TValue^>^ get(); void set ( DAVtq<TValue^>^ value); }
Property Value
Contains a null reference, when System.Exception is not null. Contains a non-null object when System.Exception is null.The value of this property can be null (Nothing in Visual Basic).
The default value of this property is null.