Registration::ExpiresAt Property
Gets the date and time when the registration expires.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
public: [DataMemberAttribute(Order = 1, Name = "ExpirationTime", IsRequired = false, EmitDefaultValue = false)] property Nullable<DateTime> ExpiresAt { Nullable<DateTime> get(); internal: void set(Nullable<DateTime> value); }
Show: