Candidates Property (IncludeListValidator)
Gets or sets a
System.String array that indicates the specified values included in the candidate strings.
'Declaration
Public Property Candidates As String()
'Usage
Dim instance As IncludeListValidator
Dim value() As String
instance.Candidates = value
value = instance.Candidates
Property Value
A
System.String array that indicates the candidate strings. The default is a null reference (
Nothing in Visual Basic).