 | TextValueItemT Constructor (String, T) |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic TextValueItem(
string text,
T value = null
)
Public Sub New (
text As String,
Optional value As T = Nothing
)
public:
TextValueItem(
String^ text,
T value = nullptr
)
Request Example
View SourceParameters
- text
- Type: SystemString
The text. - value (Optional)
- Type: T
The value.
See Also