Compartir a través de


EntitySearchResponse.Entities Property

Definition

Gets a collection of entity records.

public:
 property System::Collections::Generic::List<Microsoft::Xrm::Sdk::Entity ^> ^ Entities { System::Collections::Generic::List<Microsoft::Xrm::Sdk::Entity ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Xrm.Sdk.Entity> Entities { get; }
member this.Entities : System.Collections.Generic.List<Microsoft.Xrm.Sdk.Entity>
Public ReadOnly Property Entities As List(Of Entity)

Property Value

Returns ListA collection of entity records.

Applies to