Click or drag to resize

ScriptMemberAttribute Constructor (ScriptAccess, ScriptMemberFlags)

Initializes a new ScriptMemberAttribute instance with the specified script access setting and script options.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.3
Syntax
public ScriptMemberAttribute(
	ScriptAccess access,
	ScriptMemberFlags flags
)

Parameters

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