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