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