ContactGroupNotificationEventArgs.DeltaNumber Property
Gets the DeltaNumber for the current notification.
Namespace: Microsoft.Rtc.Collaboration.ContactsGroups
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property DeltaNumber As Integer
Get
'Usage
Dim instance As ContactGroupNotificationEventArgs
Dim value As Integer
value = instance.DeltaNumber
public int DeltaNumber { get; }
Property Value
Type: System.Int32
See Also
Reference
ContactGroupNotificationEventArgs Class