DerivedFrom property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the name of the object’s template.
Class
ITemplate
Syntax
[C#]
string DerivedFrom { get; };
[Visual C++]
// Returns the name of the template that this object
// was created from.
[propget]
HRESULT DerivedFrom(
// The name of the template that this object was
// created from.
[out, retval] BSTR* theParentTemplate
);