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

Visual Basic
Dim instance As IPAddressRangeDiscoveryCriteria
Dim value As IPAddress

value = instance.ToIPAddress

instance.ToIPAddress = value

Syntax

Visual Basic
Public Property ToIPAddress As IPAddress
C#
public IPAddress ToIPAddress { get; set; }
C++
public:
property IPAddress^ ToIPAddress {
		IPAddress^ get ();
		void set (IPAddress^ value);
}
J#
/** @property */
public IPAddress get_ToIPAddress ()

/** @property */
public void set_ToIPAddress (IPAddress value)
JScript
public function get ToIPAddress () : IPAddress

public function set ToIPAddress (value : IPAddress)

Property Value

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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also