PropertyValue.IsCollection Propriété

Définition

Lors d'une implémentation dans une classe dérivée, obtient une valeur qui précise si ce PropertyValue est 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é

Boolean

true Si la valeur de propriété est une collection ; Sinon, false .

S’applique à