Conference.ConferenceId Property

Gets the conference ID that identifies this conference among the other conferences scheduled by the organizer.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property ConferenceId As String
    Get
'Usage
Dim instance As Conference
Dim value As String

value = instance.ConferenceId
public string ConferenceId { get; }

Property Value

Type: System.String

Remarks

The conference ID is unique within the organizers list of scheduled conferences.

See Also

Reference

Conference Class

Conference Members

Microsoft.Rtc.Collaboration Namespace