OutputEventArgs.Timestamp Property
Namespace: Microsoft.VisualStudio.Diagnostics.Logging
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public ReadOnly Property Timestamp As DateTime
Get
public DateTime Timestamp { get; }
public:
property DateTime Timestamp {
DateTime get ();
}
member Timestamp : DateTime
function get Timestamp () : DateTime
Property Value
Type: System.DateTime
.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.