ScriptMemberAttribute(String, ScriptAccess) Constructor |
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public ScriptMemberAttribute(
string name,
ScriptAccess access
)
Public Sub New (
name As String,
access As ScriptAccess
)
public:
ScriptMemberAttribute(
String^ name,
ScriptAccess access
)
new :
name : string *
access : ScriptAccess -> ScriptMemberAttribute
Parameters
- name String
- The name that script code will use to access the target type member.
- access ScriptAccess
- The script access setting for the target type member.
See Also