ConferenceJoinOptions.JoinMode Property
Gets or sets the join mode.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property JoinMode As JoinMode
Get
Set
'Usage
Dim instance As ConferenceJoinOptions
Dim value As JoinMode
value = instance.JoinMode
instance.JoinMode = value
public JoinMode JoinMode { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.JoinMode