Gets the string representing the value of the source attribute specified in ms-diagnostic header.

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

Syntax

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

See Also