Delegatee.PresencePublishOnBehalfOfDelegatorAllowed Property
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
'Declaration
Public ReadOnly Property PresencePublishOnBehalfOfDelegatorAllowed As Boolean
Get
'Usage
Dim instance As Delegatee
Dim value As Boolean
value = instance.PresencePublishOnBehalfOfDelegatorAllowed
public bool PresencePublishOnBehalfOfDelegatorAllowed { get; }
Property Value
Type: System.Boolean