Share via


IPAddressInformation.IsTransient Propriété

Définition

Obtient une valeur Boolean qui indique si l'adresse IP (IP) est transitoire (adresse de cluster).

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

Valeur de propriété

true si l'adresse est transitoire ; sinon, false.

Attributs

Remarques

Une adresse temporaire est affectée à un cluster et ne doit pas être utilisée par la plupart des applications.

S’applique à