IBasicNoUISandboxRules Property |
Gets or sets the sandbox rules.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
SyntaxSandboxRules SandboxRules { get; set; }
Property SandboxRules As SandboxRules
Get
Set
property SandboxRules^ SandboxRules {
SandboxRules^ get ();
void set (SandboxRules^ value);
}
Property Value
SandboxRules
The sandbox rules.
Setting to null (
Nothing for Visual Basic) resets the sandbox rules to the default.
Remarks
Control script access to the .NET assemblies.
The sandbox rules determine which .NET types and members are allowed.
These rules are applied if Sandboxed is true.
See Also