MessageSentEventArgs.Text property
Gets the message from send operation.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Text As String
Get
'Usage
Dim instance As MessageSentEventArgs
Dim value As String
value = instance.Text
public string Text { get; }
Property value
Type: System.String