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