Gets the URI of the person who scheduled the conference.

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

Syntax

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

Remarks

Note that the organizer can enumerate or change conferences that were organized by them only.

See Also