NumberRangesAttribute.CanBeAuto Property
Gets a value that indicates whether the range can be set automatically.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property CanBeAuto As Nullable(Of Boolean)
Get
public Nullable<bool> CanBeAuto { get; }
public:
property Nullable<bool> CanBeAuto {
Nullable<bool> get ();
}
member CanBeAuto : Nullable<bool>
function get CanBeAuto () : Nullable<boolean>
Property Value
Type: System.Nullable<Boolean>
true if the range can be set automatically; otherwise, false.
.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.