Gets the disclaimer that should be presented to the user prior to joining.

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

Syntax

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

Remarks

Some administrators may wish to configure a message that clients can display before the join.

See Also