#Scope
##Enum Properties
- Session - Specifies that the setting should use session level scope. Session scope persists until a user's session ends.
- Application - Specifies that the setting should use application level scope. Application scope persists until the IIS server is recycled.
- Request - Specifies that the setting should use request level scope. Request scope persists until the end of the current web request.
- StaticMemory - Specifies that the setting should use static memory level scope. Static memory scope persists until the file is deleted on the server.
