Gets whether the endpoint is a PSTN endpoint.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
IsPstnEndpoint 
As 
Boolean
C#
public 
bool 
IsPstnEndpoint { 
get; 
internal 
set; }
Visual C++
public:
property 
bool 
IsPstnEndpoint {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
isPstnEndpoint();
function set_
isPstnEndpoint(
value);

See Also