CandidateSet.SetValidity(Int32, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the validity of the candidate at the provided index.
public:
void SetValidity(int index, bool value);
public void SetValidity (int index, bool value);
member this.SetValidity : int * bool -> unit
Public Sub SetValidity (index As Integer, value As Boolean)
Parameters
- index
- Int32
The candidate index.
- value
- Boolean
The value to set. If true
the candidate is considered valid for the current request.