CalendarConfiguration.ResourceDelegates Property

Namespace:  Microsoft.Exchange.Data.Storage
Assembly:  Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)

Syntax

'Declaration
Public Property ResourceDelegates As MultiValuedProperty(Of ADObjectId)
    Get
    Set
'Usage
Dim instance As CalendarConfiguration
Dim value As MultiValuedProperty(Of ADObjectId)

value = instance.ResourceDelegates

instance.ResourceDelegates = value
public MultiValuedProperty<ADObjectId> ResourceDelegates { get; set; }