ScriptMemberAttribute Constructor (String, ScriptAccess) |
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntaxpublic 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
- Type: SystemString
The name that script code will use to access the target type member. - access
- Type: Microsoft.ClearScriptScriptAccess
The script access setting for the target type member.
See Also