DuplicateFoundEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |