Gets the authority.

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

Syntax

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

See Also