Gets or sets the grid context for this session. If this property is set, the endpoint has GRUU, and the GRUU does not have grid, this grid value is added to GRUU in the contact header. This is useful to associate this grid with this specific session when the endpoint has GRUU, but no grid. The association should be done by the application.

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

Syntax

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

Exceptions

Exception Condition
ArgumentNullException Thrown if the value is null.
ArgumentException Thrown when the value is null or empty.

See Also