Gets or sets whether the contact is subscribed.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
IsSubscribed 
As 
Boolean
C#
public 
bool 
IsSubscribed { 
get; 
set; }
Visual C++
public:
property 
bool 
IsSubscribed {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
isSubscribed();
function set_
isSubscribed(
value);

Field Value

See Also