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