Click or drag to resize

ScriptUsageAttribute Constructor (ScriptAccess)

Initializes a new ScriptUsageAttribute instance with the specified script access setting.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntax
public ScriptUsageAttribute(
	ScriptAccess access
)

Parameters

access
Type: Microsoft.ClearScriptScriptAccess
The script access setting for the target type member.
See Also