Reverse Property (FindOptions)
In This Topic
Gets or sets a value indicating whether this
FindOptions is reverse.
Syntax
'Declaration
Public Property Reverse As Boolean
public bool Reverse {get; set;}
Property Value
true
if reverse; otherwise,
false
.
See Also