OrganizationConfig.ResourceAddressLists property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property ResourceAddressLists As MultiValuedProperty(Of ADObjectId)
Get
'Usage
Dim instance As OrganizationConfig
Dim value As MultiValuedProperty(Of ADObjectId)
value = instance.ResourceAddressLists
public MultiValuedProperty<ADObjectId> ResourceAddressLists { get; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>