PropertyValue.IsCollection Propriété

Définition

En cas d’implémentation dans une classe dérivée, obtient une valeur qui indique s’il s’agit PropertyValue d’une collection.

public:
 abstract property bool IsCollection { bool get(); };
public abstract bool IsCollection { get; }
member this.IsCollection : bool
Public MustOverride ReadOnly Property IsCollection As Boolean

Valeur de propriété

true si la valeur de propriété est une collection ; sinon, false.

S’applique à