ArcGIS API for WPF - Library Reference
IsInValidRange(Nullable<Int64>) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.Utilities Namespace > RangeDomainValidator Class > IsInValidRange Method : IsInValidRange(Nullable<Int64>) Method

value
The value.
Determines whether the nullable long integer value is in valid range.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub IsInValidRange( _
   ByVal value As Nullable(Of Long) _
) 
C# 
public static void IsInValidRange( 
   Nullable<long> value
)

Parameters

value
The value.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.