 | CustomComboBoxSelectedValue Property |
Gets or sets the value of the member property specified by the
ValueMember property.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic Object SelectedValue { get; set; }
Public Property SelectedValue As Object
Get
Set
public:
property Object^ SelectedValue {
Object^ get ();
void set (Object^ value);
}
Request Example
View SourceProperty Value
Type:
ObjectReturn Value
Type:
Object
An object containing the value of the member of the data source specified by the
ValueMember property.
Exceptions
See Also