Click or drag to resize

ScriptUsageAttribute(ScriptAccess) Constructor

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

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

Parameters

access  ScriptAccess
The script access setting for the target type member.
See Also