NumberRangesAttribute.HardMaximum Property
Get the hard limit on the maximum value.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property HardMaximum As Nullable(Of Double)
Get
public Nullable<double> HardMaximum { get; }
public:
property Nullable<double> HardMaximum {
Nullable<double> get ();
}
member HardMaximum : Nullable<float>
function get HardMaximum () : Nullable<double>
Property Value
Type: System.Nullable<Double>
A double that represents the hard limit on the maximum value, or nulla null reference (Nothing in Visual Basic) to use the default value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.