Gets the list of delegates.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
DelegateList 
As 
Collection(
Of 

Delegatee)
C#
public 
Collection<

Delegatee> 
DelegateList { 
get; }
Visual C++
public:
property 
Collection<

Delegatee^>^ 
DelegateList {
	
Collection<

Delegatee^>^ 
get ();
}
JavaScript
function get_
delegateList();

See Also