ScriptMemberAttribute Constructor (String) |
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntaxpublic ScriptMemberAttribute(
string name
)
Public Sub New (
name As String
)
public:
ScriptMemberAttribute(
String^ name
)
new :
name : string -> ScriptMemberAttribute
Parameters
- name
- Type: SystemString
The name that script code will use to access the target type member.
See Also