IPAddressRangeDiscoveryCriteria Constructor (IPAddress, IPAddress)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes the IPAddressRangeDiscoveryCriteria class with a consecutive range of IP addresses in which to discover network devices.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim fromIPAddress As IPAddress
Dim toIPAddress As IPAddress
Dim instance As New IPAddressRangeDiscoveryCriteria(fromIPAddress, toIPAddress)
Syntax
'Declaration
Public Sub New ( _
fromIPAddress As IPAddress, _
toIPAddress As IPAddress _
)
public IPAddressRangeDiscoveryCriteria (
IPAddress fromIPAddress,
IPAddress toIPAddress
)
public:
IPAddressRangeDiscoveryCriteria (
IPAddress^ fromIPAddress,
IPAddress^ toIPAddress
)
public IPAddressRangeDiscoveryCriteria (
IPAddress fromIPAddress,
IPAddress toIPAddress
)
public function IPAddressRangeDiscoveryCriteria (
fromIPAddress : IPAddress,
toIPAddress : IPAddress
)
Parameters
- fromIPAddress
The first IP address in the range.
- toIPAddress
The last IP address in the range.
Example
For an example, see IPAddressRangeDiscoveryCriteria.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
IPAddressRangeDiscoveryCriteria Class
IPAddressRangeDiscoveryCriteria Members
Microsoft.EnterpriseManagement.Administration Namespace