Gets or sets the attribute value. 'null' indicates the attribute does not have a value (no ":" will appear after name).

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

Syntax

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

See Also