ConferencePhoneInformation.ConferencePhoneId Property
Gets the ID used by phone users to identify this conference.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ConferencePhoneId As String
Get
'Usage
Dim instance As ConferencePhoneInformation
Dim value As String
value = instance.ConferencePhoneId
public string ConferencePhoneId { get; }
Property Value
Type: System.String
Remarks
This ID is generated by the server and should be entirely numeric.
See Also
Reference
ConferencePhoneInformation Class