IPAddressInformation::IsTransient Property

 

Gets a Boolean value that indicates whether the Internet Protocol (IP) address is transient (a cluster address).

Namespace:   System.Net.NetworkInformation
Assembly:  System (in System.dll)

public:
property bool IsTransient {
	virtual bool get() abstract;
}

Property Value

Type: System::Boolean

true if the address is transient; otherwise, false.

A transient address is assigned to a cluster and should not be used by most applications.

.NET Framework
Available since 2.0
Return to top
Show: