DeviceDiscoveryConfiguration.IPAddressRangeDiscoveryCriteria Property

 

Applies To: Operations Manager for System Center 2012

Gets the range of IP addresses that this configuration uses when searching for devices.

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

Syntax

public IPAddressRangeDiscoveryCriteria IPAddressRangeDiscoveryCriteria { get; }
public:
property IPAddressRangeDiscoveryCriteria^ IPAddressRangeDiscoveryCriteria {
    IPAddressRangeDiscoveryCriteria^ get();
}
member IPAddressRangeDiscoveryCriteria : IPAddressRangeDiscoveryCriteria with get
Public ReadOnly Property IPAddressRangeDiscoveryCriteria As IPAddressRangeDiscoveryCriteria

Property Value

Type: Microsoft.EnterpriseManagement.Administration.IPAddressRangeDiscoveryCriteria

Returns an IPAddressRangeDiscoveryCriteria object that represents the range of IP addresses in which to perform discovery.

Remarks

The discovery process checks each IP address in the given range for Simple Network Management Protocol (SNMP)-enabled devices.

See Also

DeviceDiscoveryConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top