Gets whether this is a full notification.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
IsFullNotification 
As 
Boolean
C#
public 
bool 
IsFullNotification { 
get; }
Visual C++
public:
property 
bool 
IsFullNotification {
	
bool 
get ();
}
JavaScript
function get_
isFullNotification();

See Also