IPAddressRangeDiscoveryCriteria.ToIPAddress Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the last IP address in the range of addresses in which to discover network devices.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As IPAddressRangeDiscoveryCriteria
Dim value As IPAddress
value = instance.ToIPAddress
instance.ToIPAddress = value
Syntax
'Declaration
Public Property ToIPAddress As IPAddress
public IPAddress ToIPAddress { get; set; }
public:
property IPAddress^ ToIPAddress {
IPAddress^ get ();
void set (IPAddress^ value);
}
/** @property */
public IPAddress get_ToIPAddress ()
/** @property */
public void set_ToIPAddress (IPAddress value)
public function get ToIPAddress () : IPAddress
public function set ToIPAddress (value : IPAddress)
Property Value
Returns an IPAddress that stores the last IP address in the range of addresses.
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
IPAddressRangeDiscoveryCriteria Class
IPAddressRangeDiscoveryCriteria Members
Microsoft.EnterpriseManagement.Administration Namespace