FollowedRoomsChangedEventArgs.Room property
Gets the added or removed room.
Namespace: Microsoft.Lync.Model.Room
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Room As Room
Get
'Usage
Dim instance As FollowedRoomsChangedEventArgs
Dim value As Room
value = instance.Room
public Room Room { get; }
Property value
Type: Microsoft.Lync.Model.Room.Room
See also
Reference
FollowedRoomsChangedEventArgs class