Gets the delta number associated with the contact.

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

Syntax

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

See Also