ActiveDirectorySiteLinkBridge.SiteLinks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.