|  | CustomComboBoxValueMember Property | 
            Gets or sets the property to use as the actual value for the items in the 
ListControl.
            
 Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
 Syntax
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public string ValueMember { get; set; }Property Value
StringReturn Value
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
Exceptions See Also
See Also