Opc.Ua.Core
EnsureValid(Object) Method



Opc.Ua Namespace > NumericRange Structure > EnsureValid Method : EnsureValid(Object) Method
The value to check
Ensures the bounds are valid values for the object passed in.
Syntax
'Declaration
 
Public Overloads Function EnsureValid( _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As NumericRange
Dim value As Object
Dim value As Boolean
 
value = instance.EnsureValid(value)
public bool EnsureValid( 
   object value
)
public:
bool EnsureValid( 
   Object^ value
) 

Parameters

value
The value to check
Remarks
Returns false if the object is not indexable or if the numeric range is out-of-bounds.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NumericRange Structure
NumericRange Members
Overload List