Gets whether this Delegatee can assign other delegates on behalf of the boss.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 

DelegateAssignmentOnBehalfOfDelegatorAllowed 
As 
Boolean
C#
public 
bool 

DelegateAssignmentOnBehalfOfDelegatorAllowed { 
get; }
Visual C++
public:
property 
bool 

DelegateAssignmentOnBehalfOfDelegatorAllowed {
	
bool 
get ();
}
JavaScript
function get_

delegateAssignmentOnBehalfOfDelegatorAllowed();

See Also