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 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