Organization.ResourceAddressLists Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property ResourceAddressLists As MultiValuedProperty(Of ADObjectId)
Get
Friend Set
'Usage
Dim instance As Organization
Dim value As MultiValuedProperty(Of ADObjectId)
value = instance.ResourceAddressLists
public MultiValuedProperty<ADObjectId> ResourceAddressLists { get; internal set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>