Gets or sets a value indicating whether [find exactly].
Syntax
'Declaration
Public Property FindExactly As Boolean
'Usage
Dim instance As RateCardFinder
Dim value As Boolean
instance.FindExactly = value
value = instance.FindExactly
public bool FindExactly {get; set;}
public read-write property FindExactly: Boolean;
public function get,set FindExactly : boolean
public: __property bool get_FindExactly();
public: __property void set_FindExactly(
bool value
);
public:
property bool FindExactly {
bool get();
void set ( bool value);
}
Property Value
true
if [find exactly]; otherwise,
false
.
See Also