LocalEndpoint.PhoneContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the phone context associated with the owner of the local endpoint.
public:
property System::String ^ PhoneContext { System::String ^ get(); };
public string PhoneContext { get; }
member this.PhoneContext : string
Public ReadOnly Property PhoneContext As String
Property Value
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 default phone context.