DuplicateFoundEventArgs Class

Definition

The event args of the event raised when user attempts to import a registered server or a server group that already exists in the local store

public class DuplicateFoundEventArgs : EventArgs
type DuplicateFoundEventArgs = class
    inherit EventArgs
Public Class DuplicateFoundEventArgs
Inherits EventArgs
Inheritance
DuplicateFoundEventArgs

Constructors

DuplicateFoundEventArgs()

Properties

ApplyToAll

Apply the Confirm state to the rest of the object during the import.

Cancel

Cancel the import operation.

Confirm

Confirm to overwrite the object.

Applies to