The ScopeScript type exposes the following members.

Properties

  NameDescription
Public propertyContents
Gets or sets the contents of the script. If this property is set, Path will be ignored.
(Overrides IScopeScriptContents()()()().)
Public propertyName
Gets or sets the script friendly name.
(Overrides IScopeScriptName()()()().)
Public propertyParameters
Gets the script parameters
(Overrides IScopeScriptParameters()()()().)
Public propertyPath
Gets or sets the path of the script. If Contents is set, this property will be ignored.
(Overrides IScopeScriptPath()()()().)
Public propertySettings
Gets the script settings
(Overrides IScopeScriptSettings()()()().)

See Also