DataSourceGroup.IsDefault Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas de substitution dans une classe dérivée, obtient la valeur indiquant si ce groupe est le groupe par défaut.
public:
abstract property bool IsDefault { bool get(); };
public abstract bool IsDefault { get; }
member this.IsDefault : bool
Public MustOverride ReadOnly Property IsDefault As Boolean
Valeur de propriété
true s'il s'agit du groupe par défaut ; sinon, false.