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)

public:
property Nullable<DateTime> ExpiresAt {
	Nullable<DateTime> get();
	internal: void set(Nullable<DateTime> value);
}

Property Value

Type: System::Nullable<DateTime>

The date and time when the registration expires.

Return to top
Show: