GlobalSearchConfigurationCollection Class

Definition

Contains a collection of GlobalSearchConfigurations instances.

public ref class GlobalSearchConfigurationCollection sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::GlobalSearchConfigurations ^>
[System.Runtime.Serialization.CollectionDataContract(Name="GlobalSearchConfigurationCollection", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
[System.Serializable]
public sealed class GlobalSearchConfigurationCollection : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.GlobalSearchConfigurations>
[<System.Runtime.Serialization.CollectionDataContract(Name="GlobalSearchConfigurationCollection", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
[<System.Serializable>]
type GlobalSearchConfigurationCollection = class
    inherit DataCollection<GlobalSearchConfigurations>
Public NotInheritable Class GlobalSearchConfigurationCollection
Inherits DataCollection(Of GlobalSearchConfigurations)
Inheritance
GlobalSearchConfigurationCollection
Attributes

Constructors

GlobalSearchConfigurationCollection()

Methods

AddRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of the DataCollection.

(Inherited from DataCollection<T>)
AddRange(T[])

Adds the elements of the specified collection to the end of the DataCollection<T>.

(Inherited from DataCollection<T>)
ToArray()

Copies the elements of the DataCollection<T> to a new array.

(Inherited from DataCollection<T>)

Applies to