Renewing.AllowRenewal Propriété
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.
Obtient ou définit une valeur qui indique si le jeton peut être renouvelé.
public:
property bool AllowRenewal { bool get(); void set(bool value); };
public bool AllowRenewal { get; set; }
member this.AllowRenewal : bool with get, set
Public Property AllowRenewal As Boolean
true
si le renouvellement est autorisé ; sinon, false
.
Représente le contenu de l’attribut Allow. Cet attribut facultatif est utilisé pour demander un jeton renouvelable. La valeur par défaut est true
.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :