Indicates a maximum value for the integral range. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As IntegralRangeType
Dim value As Integer

value = instance.MaxValue

instance.MaxValue = value

Syntax

Visual Basic
<XmlAttributeAttribute> _
Public MaxValue As Integer
C#
[XmlAttributeAttribute] 
public int MaxValue
C++
[XmlAttributeAttribute] 
public:
int MaxValue
J#
/** @attribute XmlAttributeAttribute() */ 
public int MaxValue
JScript
XmlAttributeAttribute 
public var MaxValue : int

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also