Indicates an IntegralRangeType object for the range of the integral validation rule. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As IntegralValidationRuleType
Dim value As IntegralRangeType

value = instance.Range

instance.Range = value

Syntax

Visual Basic
Public Range As IntegralRangeType
C#
public IntegralRangeType Range
C++
public:
IntegralRangeType^ Range
J#
public IntegralRangeType Range
JScript
public var Range : IntegralRangeType

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also