Gets the Epid in the header.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Epid 
As 
String
C#
public 
string 
Epid { 
get; }
Visual C++
public:
property 
String^ 
Epid {
	
String^ 
get ();
}
JavaScript
function get_
epid();

See Also