 | CustomTriggerProperties Property |
Gets the properties from the XML definition if possible.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic NamedValueCollection Properties { get; }
Public ReadOnly Property Properties As NamedValueCollection
Get
public:
property NamedValueCollection^ Properties {
NamedValueCollection^ get ();
}
Request Example
View SourceProperty Value
Type:
NamedValueCollection
See Also