Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / SessionHeader Class / Environment Property

In This Topic
    Environment Property (SessionHeader)
    In This Topic
    Optional. The environment this session is running in.
    Syntax
    'Declaration
     
    
    Public Property Environment As String
    public string Environment {get; set;}
    Remarks
    Environments are useful for categorizing sessions, for example to indicate the hosting environment. If a value is provided it will be carried with the session data to upstream servers and clients. If the corresponding entry does not exist it will be automatically created.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also