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