 | ListColumnEditorDisplayedColumns Property |
Gets the displayed columns.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic string[] DisplayedColumns { get; }
Public ReadOnly Property DisplayedColumns As String()
Get
public:
property array<String^>^ DisplayedColumns {
array<String^>^ get ();
}
Request Example
View SourceProperty Value
Type:
String
The displayed columns.
See Also