 | ActionId Property |
Gets or sets the identifier of the action.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic virtual string Id { get; set; }
Public Overridable Property Id As String
Get
Set
public:
virtual property String^ Id {
String^ get ();
void set (String^ value);
}
Request Example
View SourceProperty Value
Type:
String
See Also