IPAddressInformation.IsTransient Property

Definition

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

public:
 abstract property bool IsTransient { bool get(); };
public abstract bool IsTransient { get; }
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public abstract bool IsTransient { get; }
member this.IsTransient : bool
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.IsTransient : bool
Public MustOverride ReadOnly Property IsTransient As Boolean

Property Value

true if the address is transient; otherwise, false.

Attributes

Remarks

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

Applies to