RegistrationDescription.ExpirationTime 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 or sets the expiration time of the registration.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="ExpirationTime", Order=1002)]
public Nullable<DateTime> ExpirationTime { get; }
member this.ExpirationTime : Nullable<DateTime>
Public ReadOnly Property ExpirationTime As Nullable(Of DateTime)
Property Value
- System.Nullable<System.DateTime>
The expiration time of the registration.
- Attributes
-
System.Runtime.Serialization.DataMemberAttribute