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