 | CustomTriggerName Property |
Gets the name of the custom trigger type.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic string Name { get; }
Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}
Request Example
View SourceProperty Value
Type:
StringThe name of the XML element representing this custom trigger.
See Also