RoomMessage.Id property

Get the room message ID

Namespace:  Microsoft.Lync.Model.Room
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public ReadOnly Property Id As UInteger
    Get
'Usage
Dim instance As RoomMessage
Dim value As UInteger

value = instance.Id
public uint Id { get; }

Property value

Type: System.UInt32

See also

Reference

RoomMessage class

RoomMessage members

Microsoft.Lync.Model.Room namespace