UnicastIPAddressInformation.AddressValidLifetime 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 the number of seconds remaining during which this address is valid.
public:
abstract property long AddressValidLifetime { long get(); };
public abstract long AddressValidLifetime { get; }
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public abstract long AddressValidLifetime { get; }
member this.AddressValidLifetime : int64
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.AddressValidLifetime : int64
Public MustOverride ReadOnly Property AddressValidLifetime As Long
Property Value
An Int64 value that specifies the number of seconds left for this address to remain assigned.
- Attributes
Exceptions
This property is not valid on computers running operating systems earlier than Windows XP.
Remarks
Use the value returned by this property to determine whether this address can be used by your application. Whenever possible, applications should use a preferred address. Use DuplicateAddressDetectionState to determine the preferred address.