Applies To: Operations Manager for System Center 2012
Gets or sets a value that indicates whether discovered computers should be verified.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool PerformVerification { get; set; }
public:
property bool PerformVerification {
    bool get();
    void set(bool value);
}
member PerformVerification : bool with get, set
Public Property PerformVerification As Boolean
Property Value
Type: System.Boolean
Returns a Boolean value that is true if discovered computers are verified, and false otherwise.
See Also
WindowsDiscoveryConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top