Share via


ADSiteLink.Sites property

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

Syntax

'Declaration
Public ReadOnly Property Sites As MultiValuedProperty(Of ADObjectId)
    Get
'Usage
Dim instance As ADSiteLink
Dim value As MultiValuedProperty(Of ADObjectId)

value = instance.Sites
public MultiValuedProperty<ADObjectId> Sites { get; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>

See also

Reference

ADSiteLink class

ADSiteLink members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace