In This Topic
Validation for attributes in the context of a Query with range matching
Refer to the Standard for more details
Syntax
'Declaration
Public Property ForQuery As System.Boolean
'Usage
Dim instance As ValidationOptions
Dim value As System.Boolean
instance.ForQuery = value
value = instance.ForQuery
public System.bool ForQuery {get; set;}
public read-write property ForQuery: System.Boolean;
public function get,set ForQuery : System.boolean
public: __property System.bool get_ForQuery();
public: __property void set_ForQuery(
System.bool value
);
public:
property System.bool ForQuery {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also