SessionStateSection.SessionIDManagerType Propriété

Définition

Obtient ou définit une valeur spécifiant le type qualifié complet du Gestionnaire d’ID de session.

public:
 property System::String ^ SessionIDManagerType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("sessionIDManagerType", DefaultValue="")]
public string SessionIDManagerType { get; set; }
[<System.Configuration.ConfigurationProperty("sessionIDManagerType", DefaultValue="")>]
member this.SessionIDManagerType : string with get, set
Public Property SessionIDManagerType As String

Valeur de propriété

Type complet de gestionnaire d’ID de session.

Attributs

Remarques

Remplace la SessionIDManagerType génération et la gestion de l’ID de session pour les schémas de gestion d’ID de session personnalisés. La valeur par défaut est une chaîne vide ("").

S’applique à