 | CustomComboBoxValueMember Property |
Gets or sets the property to use as the actual value for the items in the
ListControl.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic string ValueMember { get; set; }
Public Property ValueMember As String
Get
Set
public:
property String^ ValueMember {
String^ get ();
void set (String^ value);
}
Request Example
View SourceProperty Value
Type:
StringReturn Value
Type:
String
A
String representing the name of an object property that is contained in the collection specified by the
DataSource property. The default is an empty string ("").
Exceptions
See Also