DeviceDiscoveryConfiguration.TimeoutSeconds Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
Dim instance As DeviceDiscoveryConfiguration
Dim value As Integer
value = instance.TimeoutSeconds
instance.TimeoutSeconds = value
Syntax
'Declaration
Public Property TimeoutSeconds As Integer
public 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 Value
Returns an Int32 value that defines the maximum length of time that is spent attempting to discover a device before canceling the attempt.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
DeviceDiscoveryConfiguration Class
DeviceDiscoveryConfiguration Members
Microsoft.EnterpriseManagement.Administration Namespace