SessionStateSection.SessionIDManagerType Proprietà

Definizione

Ottiene o imposta un valore che specifica il tipo completo di Gestione ID sessione.

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

Valore della proprietà

Tipo completo di Gestione ID sessione.

Attributi

Commenti

Esegue l'override della SessionIDManagerType generazione e della gestione degli ID sessione per gli schemi di gestione degli ID sessione personalizzati. Il valore predefinito è una stringa vuota ("").

Si applica a