DriverPropertyInfo.Choices Property
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.
An array of possible values if the value for the field
DriverPropertyInfo.value
may be selected
from a particular set of values; otherwise null.
[Android.Runtime.Register("choices")]
public System.Collections.Generic.IList<string>? Choices { get; set; }
[<Android.Runtime.Register("choices")>]
member this.Choices : System.Collections.Generic.IList<string> with get, set
Property Value
- Attributes
Remarks
An array of possible values if the value for the field DriverPropertyInfo.value
may be selected from a particular set of values; otherwise null.
Java documentation for java.sql.DriverPropertyInfo.choices
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.