RoomMessage.SenderUri property
Gets the User Uri who send this room message
Namespace: Microsoft.Lync.Model.Room
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property SenderUri As String
Get
'Usage
Dim instance As RoomMessage
Dim value As String
value = instance.SenderUri
public string SenderUri { get; }
Property value
Type: System.String