Partager via


Propriété Renewing.AllowRenewal

Espace de noms: Microsoft.IdentityModel.Protocols.WSTrust
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As Renewing
Dim value As Boolean

value = instance.AllowRenewal

instance.AllowRenewal = value

Syntaxe

'Déclaration
Public Property AllowRenewal As Boolean
public bool AllowRenewal { get; set; }
public:
property bool AllowRenewal {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_AllowRenewal ()

/** @property */
public void set_AllowRenewal (boolean value)
public function get AllowRenewal () : boolean

public function set AllowRenewal (value : boolean)

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Voir aussi

Référence

Classe Renewing
Membres Renewing
Espace de noms Microsoft.IdentityModel.Protocols.WSTrust