ConferenceSessionExtendedProperties.SupportsPhoneAccess Property
Gets whether the conference could be joined by a phone.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property SupportsPhoneAccess As Boolean
Get
'Usage
Dim instance As ConferenceSessionExtendedProperties
Dim value As Boolean
value = instance.SupportsPhoneAccess
public bool SupportsPhoneAccess { get; }
Property Value
Type: System.Boolean
See Also
Reference
ConferenceSessionExtendedProperties Class