CalendarConfiguration.RequestOutOfPolicy Property

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

Syntax

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

value = instance.RequestOutOfPolicy

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