Gets or sets the EPID to use for the endpoint. Optional.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
EndpointId 
As 
String
C#
public 
string 
EndpointId { 
get; 
set; }
Visual C++
public:
property 
String^ 
EndpointId {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}
JavaScript
function get_
endpointId();
function set_
endpointId(
value);

See Also