 | ActionCollectionItem Property (String) |
Gets or sets a specified action from the collection.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic Action this[
string actionId
] { get; set; }
Public Default Property Item (
actionId As String
) As Action
Get
Set
public:
property Action^ default[String^ actionId] {
Action^ get (String^ actionId);
void set (String^ actionId, Action^ value);
}
Request Example
View SourceParameters
- actionId
- Type: SystemString
The id ( Id) of the action to be retrieved.
Property Value
Type:
ActionThe
Action.
Return Value
Type:
ActionSpecialized
Action instance.
Exceptions
See Also