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