Gets the DeltaNumber for the current notification.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
DeltaNumber 
As 
Integer
C#
public 
int 
DeltaNumber { 
get; }
Visual C++
public:
property 
int 
DeltaNumber {
	
int 
get ();
}
JavaScript
function get_
deltaNumber();

See Also