In This Topic
Gets or sets a name of the field to use for the values and defaults of the parameter.
Syntax
'Declaration
Public Property ValueField As String
public string ValueField {get; set;}
Property Value
A
System.String value indicating the name of the field to use for the values and defaults of the parameter.
See Also