Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OrganizationDetailCollection Class

Definition

Namespace:
Microsoft.Xrm.Sdk.Discovery
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

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.

Provides a collection of OrganizationDetail instances.

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

Constructors

Name Description
OrganizationDetailCollection()

Initializes a new instance of the OrganizationDetailCollection class.

Methods

Name Description
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

See also