RangeValidationRule.Maximum Property

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property Maximum As Integer
public int Maximum { get; set; }
public:
property int Maximum {
    int get ();
    void set (int value);
}
member Maximum : int with get, set
function get Maximum () : int 
function set Maximum (value : int)

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

RangeValidationRule Class

Microsoft.VisualStudio.PlatformUI Namespace