Represents the delegate information in a Boss/Admin scenario.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
Delegatee
C#
public 
class 
Delegatee
Visual C++
public 
ref class 
Delegatee
JavaScript

Microsoft.Rtc.Collaboration.Presence.Delegatee = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.Presence.Delegatee');

Remarks

The scenario supported for the Boss-Admin is receiving notifications or updates to changes to delegates of the endpoint owner.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration.Presence . . :: . Delegatee

See Also