IPAddressInformation.IsTransient Proprietà

Definizione

Ottiene un Boolean valore che indica se l'indirizzo IP (Internet Protocol) è temporaneo (indirizzo cluster).

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

Valore della proprietà

true se l'indirizzo è temporaneo; in caso contrario, false.

Attributi

Commenti

Un indirizzo temporaneo viene assegnato a un cluster e non deve essere usato dalla maggior parte delle applicazioni.

Si applica a