RoomMessage.SentTime property
Gets the sentTime
Namespace: Microsoft.Lync.Model.Room
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property SentTime As DateTime
Get
'Usage
Dim instance As RoomMessage
Dim value As DateTime
value = instance.SentTime
public DateTime SentTime { get; }
Property value
Type: System.DateTime