ConferencingCapabilities.PhoneAccess Property
Gets the phone directory, number, and region information if phone access is available.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property PhoneAccess As PhoneAccessInformation
Get
'Usage
Dim instance As ConferencingCapabilities
Dim value As PhoneAccessInformation
value = instance.PhoneAccess
public PhoneAccessInformation PhoneAccess { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ConferenceManagement.PhoneAccessInformation
Remarks
This property may return null if phone access is not available.
See Also
Reference
ConferencingCapabilities Class