OfflineAddressBook.Versions property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
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
public MultiValuedProperty<OfflineAddressBookVersion> Versions { get; set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<OfflineAddressBookVersion>
Returns MultiValuedProperty<T>.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace