Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URI of the conference.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ConferenceUri As String
Get
Set
'Usage
Dim instance As ConferenceInvitationSettings
Dim value As String
value = instance.ConferenceUri
instance.ConferenceUri = value
public string ConferenceUri { get; set; }
Property Value
Type: System.String
Remarks
If the application does not supply the conference's URI it will be implicitly set from the conference session.
See Also
Reference
ConferenceInvitationSettings Class