BasedOn property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the name of the base template for this object.
Class
IInstance
Syntax
[C#]
string basedOn { get; };
[Visual C++]
// The name of the base template (root ancestor) of this object.
HRESULT BasedOn(
// The name of the base template (root ancestor)
// of this object.
[out, retval] BSTR* theBaseTemplate
);