Share via


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
System_CAPS_pubmethod SyncAction()

Initializes a new instance of the SyncAction class.

System_CAPS_pubmethod SyncAction(String, String)

Initializes a new instance of the SyncAction class using the display name and a long description for the item as parameters.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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