DeviceDiscoveryConfiguration.TimeoutSeconds Property

Updated: April 16, 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)Dim instance As DeviceDiscoveryConfiguration Dim value As Integer value = instance.TimeoutSeconds instance.TimeoutSeconds = valuePublic Property TimeoutSeconds As Integerpublic int TimeoutSeconds { get; set; }public: property int TimeoutSeconds { int get (); void set (int value); }/** @property */ public int get_TimeoutSeconds () /** @property */ public void set_TimeoutSeconds (int value) public function get TimeoutSeconds () : int public function set TimeoutSeconds (value : int) Property ValueReturns an Int32 value that defines the maximum length of time that is spent attempting to discover a device before canceling the attempt.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms