Click or drag to resize

ScriptMemberAttribute(String) Constructor

Initializes a new ScriptMemberAttribute instance with the specified name.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public ScriptMemberAttribute(
	string name
)

Parameters

name  String
The name that script code will use to access the target type member.
See Also