CalendarConfiguration.RequestInPolicy Property

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

Syntax

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

value = instance.RequestInPolicy

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