Gets whether this Delegatee is allowed to publish presence 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 

PresencePublishOnBehalfOfDelegatorAllowed 
As 
Boolean
C#
public 
bool 

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

PresencePublishOnBehalfOfDelegatorAllowed {
	
bool 
get ();
}
JavaScript
function get_

presencePublishOnBehalfOfDelegatorAllowed();

See Also