RoomJoinStateChangedEventArgs.JoinState property

Get new join state for a room.

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

Syntax

'Declaration
Public ReadOnly Property JoinState As RoomJoinState
    Get
'Usage
Dim instance As RoomJoinStateChangedEventArgs
Dim value As RoomJoinState

value = instance.JoinState
public RoomJoinState JoinState { get; }

Property value

Type: Microsoft.Lync.Model.Room.RoomJoinState

See also

Reference

RoomJoinStateChangedEventArgs class

RoomJoinStateChangedEventArgs members

Microsoft.Lync.Model.Room namespace