LocalEndpoint.PhoneContext Property
Gets the phone context associated with the owner of the local endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property PhoneContext As String
Get
'Usage
Dim instance As LocalEndpoint
Dim value As String
value = instance.PhoneContext
public string PhoneContext { get; }
Property Value
Type: System.String
Remarks
The phone context represents the dialing rules associated with the dial plan to which belongs the owner of the local endpoint. The Phone context associated with the owner is retrieved from in-band provisioning data. If in-band provisioning data is not available, this property returns null.