Share via


Session.SessionId Property

 

Gets or sets the session identifier.

Namespace:   System.Web.Providers.Entities
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Syntax

[StringLengthAttribute(88)]
[KeyAttribute]
public string SessionId { get; set; }
public:
[StringLengthAttribute(88)]
[KeyAttribute]
property String^ SessionId {
    String^ get();
    void set(String^ value);
}
[<StringLengthAttribute(88)>]
[<KeyAttribute>]
member SessionId : string with get, set
<StringLengthAttribute(88)>
<KeyAttribute>
Public Property SessionId As String

Property Value

Type: System.String

The session identifier.

See Also

Session Class
System.Web.Providers.Entities Namespace
ASP.NET Identity

Return to top