MetaType.HasUpdateCheck 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 une valeur indiquant si le type a un membre persistant qui peut nécessiter un test pour les conflits d’accès concurrentiel optimistes.
public:
abstract property bool HasUpdateCheck { bool get(); };
public abstract bool HasUpdateCheck { get; }
member this.HasUpdateCheck : bool
Public MustOverride ReadOnly Property HasUpdateCheck As Boolean
Valeur de propriété
true si le type a un membre persistant avec une UpdateCheck stratégie autre que Never; sinon false.