Subscription.CheckValidDefinition(Boolean) Méthode
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.
Indique si la définition d'abonnement est valide.
protected:
override bool CheckValidDefinition(bool throwException);
protected override bool CheckValidDefinition (bool throwException);
override this.CheckValidDefinition : bool -> bool
Protected Overrides Function CheckValidDefinition (throwException As Boolean) As Boolean
Paramètres
- throwException
- Boolean
Indique s’il faut lever une exception.
Retours
true
si l'abonnement est valide ; sinon, false
.