Share via


ConfigMgrRegistrationReply.Timestamp Property

 

Gets or sets the message timestamp.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

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

Property Value

Type: System.DateTime

See Also

ConfigMgrRegistrationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top