IPAddressRangeDiscoveryCriteria.ToIPAddress Property

Updated: April 16, 2012

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)Dim instance As IPAddressRangeDiscoveryCriteria Dim value As IPAddress value = instance.ToIPAddress instance.ToIPAddress = valuePublic Property ToIPAddress As IPAddresspublic 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 ValueReturns an IPAddress that stores the last IP address in the range of addresses.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms