Toolset property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the Toolset that this template belongs to.
Class
ITemplate
Syntax
[C#]
string Toolset { set; get; };
[Visual C++]
[propget]
HRESULT Toolset(
[out, retval] BSTR* theToolset
);
[propput]
HRESULT Toolset(
[in] BSTR theToolset
);
Parameters
theToolset
The Toolset that this template belongs to.