Name property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the name of the script library.
Class
IScriptLibrary
Syntax
[C#]
string Name { get; };
[Visual C++]
HRESULT Name(
[out, retval] BSTR* theScriptLibrary
);
Parameters
theScriptLibrary
The script library name.