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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.