 | TaskEditDialogShowRegistrationInfoTab Property |
Note: This API is now obsolete.
Gets or sets a value indicating whether to show the 'Info' tab.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntax[ObsoleteAttribute("Please use the AvailableTabs property.")]
public bool ShowRegistrationInfoTab { get; set; }
<ObsoleteAttribute("Please use the AvailableTabs property.")>
Public Property ShowRegistrationInfoTab As Boolean
Get
Set
public:
[ObsoleteAttribute(L"Please use the AvailableTabs property.")]
property bool ShowRegistrationInfoTab {
bool get ();
void set (bool value);
}
Request Example
View SourceProperty Value
Type:
Booleantrue if showing the Info tab; otherwise,
false.
See Also