Share via


RegistrationException.Timestamp Property

 

Gets or sets the time at which the registration exception occurred.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)

Syntax

public DateTime Timestamp { get; private set; }
public:
property DateTime Timestamp {
    DateTime get();
    private: void set(DateTime value);
}
member Timestamp : DateTime with get, private set
Public Property Timestamp As Date
    Get
    Private Set
End Property

Property Value

Type: System.DateTime

The time at which the registration exception occurred.

See Also

RegistrationException Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top