IsFullNotification Property
Boolean flag specifying if this is full notification.
Namespace: Microsoft.Rtc.Collaboration.ContactsGroups
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsFullNotification As Boolean
Get
'Usage
Dim instance As ContactGroupNotificationEventArgs
Dim value As Boolean
value = instance.IsFullNotification
public bool IsFullNotification { get; }
Property Value
Type: System..::..Boolean
See Also
Reference
ContactGroupNotificationEventArgs Class