Gets the external URI of the group.

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

Syntax

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

See Also