IPAddressRangeDiscoveryCriteria.ToIPAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The to part of the IP address range.
public:
property System::Net::IPAddress ^ ToIPAddress { System::Net::IPAddress ^ get(); void set(System::Net::IPAddress ^ value); };
public System.Net.IPAddress ToIPAddress { get; set; }
member this.ToIPAddress : System.Net.IPAddress with get, set
Public Property ToIPAddress As IPAddress