Share via


RoomPropertyChangedEventArgs.Property property

Gets the room property type whose value has changed.

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

Syntax

'Declaration
Public ReadOnly Property Property As RoomProperty
    Get
'Usage
Dim instance As RoomPropertyChangedEventArgs
Dim value As RoomProperty

value = instance.Property
public RoomProperty Property { get; }

Property value

Type: Microsoft.Lync.Model.Room.RoomProperty

See also

Reference

RoomPropertyChangedEventArgs class

RoomPropertyChangedEventArgs members

Microsoft.Lync.Model.Room namespace