DeviceDiscoveryConfiguration.TimeoutSeconds Property

 

Applies To: Operations Manager for System Center 2012

The maximum length of time that is spent attempting to discover a device at an IP address.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public int TimeoutSeconds { get; set; }
public:
property int TimeoutSeconds {
    int get();
    void set(int value);
}
member TimeoutSeconds : int with get, set
Public Property TimeoutSeconds As Integer

Property Value

Type: System.Int32

Returns an Int32 value that defines the maximum length of time that is spent attempting to discover a device before canceling the attempt.

See Also

DeviceDiscoveryConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top