IPAddressInformation.IsTransient 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.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.