ActiveDirectorySiteLinkBridge.SiteLinks Property

Definition

Gets a collection of site link objects that are associated with the ActiveDirectorySiteLinkBridge object.

public:
 property System::DirectoryServices::ActiveDirectory::ActiveDirectorySiteLinkCollection ^ SiteLinks { System::DirectoryServices::ActiveDirectory::ActiveDirectorySiteLinkCollection ^ get(); };
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection SiteLinks { get; }
member this.SiteLinks : System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection
Public ReadOnly Property SiteLinks As ActiveDirectorySiteLinkCollection

Property Value

A ActiveDirectorySiteLinkCollection object that contains ActiveDirectorySiteLink objects that are associated with the current site link bridge object.

Exceptions

A call to the underlying directory service resulted in an error.

The target server is either busy or unavailable.

The object has been disposed.

Applies to

See also