Gets or sets the session ID found in the "o" line of the SDP.

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

Syntax

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

Exceptions

Exception Condition
ArgumentNullException Thrown when value is null.
ArgumentException Thrown when value is an empty string.

See Also