Partager via


Entity.IsCollectionEnabled Propriété

Définition

Spécifie si l’entité est activée pour les opérations de regroupement.

public:
 property bool IsCollectionEnabled { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool IsCollectionEnabled { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.IsCollectionEnabled : bool with get, set
Public Property IsCollectionEnabled As Boolean

Valeur de propriété

true si l’entité prend en charge des opérations de collection ; sinon, false.

Attributs

S’applique à