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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.