Show / Hide Table of Contents

Enum Scope

Scope of a variable.

  • Local : The variable can only be accessed from the script itself.
  • Global: The variable can be accessed from multiple scripts.
Namespace: UrlLib
Assembly: UrlLib.dll
Syntax
public enum Scope

Fields

Name Description
Global
Local
In This Article
Back to top Wepall 2021. All rights reserved.