Room.JoinedState property

Gets the room join state.

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

Syntax

'Declaration
Public ReadOnly Property JoinedState As RoomJoinState
    Get
'Usage
Dim instance As Room
Dim value As RoomJoinState

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

Property value

Type: Microsoft.Lync.Model.Room.RoomJoinState

See also

Reference

Room class

Room members

Microsoft.Lync.Model.Room namespace