OfflineAddressBook.ConfiguredAttributes property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property ConfiguredAttributes As MultiValuedProperty(Of OfflineAddressBookMapiProperty)
Get
Set
'Usage
Dim instance As OfflineAddressBook
Dim value As MultiValuedProperty(Of OfflineAddressBookMapiProperty)
value = instance.ConfiguredAttributes
instance.ConfiguredAttributes = value
public MultiValuedProperty<OfflineAddressBookMapiProperty> ConfiguredAttributes { get; set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<OfflineAddressBookMapiProperty>
Returns MultiValuedProperty<T>.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace