Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the date and time that the message was created.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property Timestamp As DateTime
public DateTime Timestamp { get; private set; }
public:
property DateTime Timestamp {
DateTime get ();
private: void set (DateTime value);
}
member Timestamp : DateTime with get, private set
function get Timestamp () : DateTime
private function set Timestamp (value : DateTime)
Property Value
Type: System.DateTime
The date and time that the message was created.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.