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