SyncAction Constructor
This member is overloaded. For more information about this member, including syntax, click a name in the overload list.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Overload List
Name | Description | |
---|---|---|
SyncAction() | Initializes a new instance of the SyncAction class. |
|
SyncAction(String, String) | Initializes a new instance of the SyncAction class using the display name and a long description for the item as parameters. |
|
SyncAction(String, String, Int32) | Initializes a new instance of the SyncAction class using the display name, description, and image index of the image for the item as parameters. |
|
SyncAction(String, String, Int32, Object) | Initializes a new instance of the SyncAction class using the display name, description, image index, and a user-defined tag as parameters. |
See Also
SyncAction Class
Microsoft.ManagementConsole Namespace
Return to top