OperationMessageMessageTime Property  | 
 Gets the time when the message was posted, in Coordinated Universal Time (UTC).
 
    Namespace: 
   Dundas.BI.Utility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic DateTime MessageTime { get; }Public ReadOnly Property MessageTime As DateTime
	Get
public:
property DateTime MessageTime {
	DateTime get ();
}member MessageTime : DateTime with get
Property Value
Type: 
DateTime
See Also