LocationConfigurationCollection Members
Include Protected Members
Include Inherited Members
Specifies a collection of LocationConfiguration objects.
The LocationConfigurationCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets a count of LocationConfiguration objects in the collection. | |
CrawlProxy | Specifies a WebProxy object that contains the HTTP proxy settings used for crawling other servers. | |
IsReadOnly | Gets a value that indicates whether the collection is read-only. | |
ProxyUrl | Gets or sets the URL that specifies the location of the CrawlProxy object. | |
UseCrawlProxy | Specifies whether to use the CrawlProxy object. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a LocationConfiguration object to the collection. | |
Clear | Removes all of the LocationConfiguration objects from the collection. | |
Contains(String) | Determines whether a LocationConfiguration object with the specified internal name or display name is in the collection. | |
Contains(LocationConfiguration) | Determines whether a LocationConfiguration object is in the collection. | |
CopyTo | Copies the elements of the collection to an array, starting at a particular array index. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(String) | Removes a [Microsoft.Office.Server.Search.Administration.LocationConfiguration] object whose internal name or display name matches the specified string. | |
Remove(LocationConfiguration) | Removes the specified [Microsoft.Office.Server.Search.Administration.LocationConfiguration] object from the collection. | |
ToString | (Inherited from Object.) | |
TryGetLocationConfigurationByInternalName | Retrieves the [Microsoft.Office.Server.Search.Administration.LocationConfiguration] object that matches the specified InternalName property. | |
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 | |
---|---|---|
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the collection. |
Top