[]
Gets or sets a string array that indicates the specified values included in the candidate strings.
public string[] Candidates { get; set; }
Public Property Candidates As String()
Type | Description |
---|---|
string[] | A string array that indicates the candidate strings. The default is null. |