Gets or sets the endpoint.

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

Syntax

Visual Basic (Declaration)
Protected 
Property 
Endpoint 
As 

LocalEndpoint
C#
protected 

LocalEndpoint 
Endpoint { 
get; 
set; }
Visual C++
protected:
property 

LocalEndpoint^ 
Endpoint {
	

LocalEndpoint^ 
get ();
	
void 
set (

LocalEndpoint^ 
value);
}
JavaScript
function get_
endpoint();
function set_
endpoint(
value);

See Also