Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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