 | TaskDefinitionXmlText Property |
Gets or sets the XML-formatted definition of the task.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic string XmlText { get; set; }
Public Property XmlText As String
Get
Set
public:
property String^ XmlText {
String^ get ();
void set (String^ value);
}
Request Example
View SourceProperty Value
Type:
String
See Also