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