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