ConfigMgrRegistrationRequestBase.Timestamp Property
Gets or sets the timestamp for the registration message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public virtual DateTime Timestamp { get; set; }
public:
property DateTime Timestamp {
virtual DateTime get();
virtual void set(DateTime value);
}
Public Overridable Property Timestamp As Date
Property Value
Type: System.DateTime
See Also
ConfigMgrRegistrationRequestBase Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top