Registration.ExpiresAt Property
Gets the date and time when the registration expires.
Namespace: Microsoft.WindowsAzure.Messaging
Assembly: Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)
Syntax
public Nullable<DateTime> ExpiresAt { get; internal set; }
public:
property Nullable<DateTime> ExpiresAt {
Nullable<DateTime> get();
internal: void set(Nullable<DateTime> value);
}
member ExpiresAt : Nullable<DateTime> with get, internal set
Public Property ExpiresAt As Nullable(Of Date)
Get
Friend Set
End Property
Property Value
Type: System.Nullable<DateTime>
The date and time when the registration expires.
See Also
Registration Class
Microsoft.WindowsAzure.Messaging Namespace
Return to top