OfflineAddressBook.Versions Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute> _
<ValidateNotNullOrEmptyAttribute> _
Public Property Versions As MultiValuedProperty(Of OfflineAddressBookVersion)
    Get
    Set
'Usage
Dim instance As OfflineAddressBook
Dim value As MultiValuedProperty(Of OfflineAddressBookVersion)

value = instance.Versions

instance.Versions = value
[ParameterAttribute]
[ValidateNotNullOrEmptyAttribute]
public MultiValuedProperty<OfflineAddressBookVersion> Versions { get; set; }

Property Value

Type: Microsoft.Exchange.Data.MultiValuedProperty<OfflineAddressBookVersion>
Returns MultiValuedProperty<T>.