OperationMessage.MessageTime Property

Definition

Gets the create time of the message.

public:
 property DateTimeOffset MessageTime { DateTimeOffset get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Message Time")]
[System.ComponentModel.ReadOnly(true)]
public DateTimeOffset MessageTime { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Message Time")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.MessageTime : DateTimeOffset
Public ReadOnly Property MessageTime As DateTimeOffset

Property Value

The create time of the message.

Attributes

Applies to