Interface IScriptPrivateResource
Common interface for all resources which are uniquely bound to a script.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IScriptPrivateResource
  Properties
OwnerScript
Gets the script owning this resource.
Declaration
Script OwnerScript { get; }
  Property Value
| 
        Script
         The script owning this resource.  |