Click or drag to resize
Task Scheduler Managed Class Library

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.12.1
Syntax
C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public string ValueMember { get; set; }
Request Example View Source

Property Value

String

Return 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
ExceptionCondition
ArgumentException The specified property cannot be found on the object specified by the DataSource property.
See Also