LocationConfigurationCollection Members

Include Protected Members
Include Inherited Members

Specifies a collection of LocationConfiguration objects.

The LocationConfigurationCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets a count of LocationConfiguration objects in the collection.
Public property CrawlProxy Specifies a WebProxy object that contains the HTTP proxy settings used for crawling other servers.
Public property IsReadOnly Gets a value that indicates whether the collection is read-only.
Public property ProxyUrl Gets or sets the URL that specifies the location of the CrawlProxy object.

Top

Methods

  Name Description
Public method Add Adds a LocationConfiguration object to the collection.
Public method Clear Removes all of the LocationConfiguration objects from the collection.
Public method Contains(String) Determines whether a LocationConfiguration object with the specified internal name or display name is in the collection.
Public method Contains(LocationConfiguration) Determines whether a LocationConfiguration object is in the collection.
Public method CopyTo Copies the elements of the collection to an array, starting at a particular array index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(String) Removes a [Microsoft.Office.Server.Search.Administration.LocationConfiguration] object whose internal name or display name matches the specified string.
Public method Remove(LocationConfiguration) Removes the specified [Microsoft.Office.Server.Search.Administration.LocationConfiguration] object from the collection.
Public method ToString (Inherited from Object.)
Public method TryGetLocationConfigurationByInternalName Retrieves the [Microsoft.Office.Server.Search.Administration.LocationConfiguration] object that matches the specified InternalName property.
Public method TryGetLocationConfigurationByName Retrieves the first [Microsoft.Office.Server.Search.Administration.LocationConfiguration] object in the collection that matches the specified InternalName property.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator that iterates through the collection.

Top

See Also

Reference

LocationConfigurationCollection Class

Microsoft.Office.Server.Search.Administration Namespace