[This is preliminary documentation and is subject to change.]
Determines the Name of the instance.
| C# | Visual Basic | Visual C++ |
protected virtual void DetermineName()
Protected Overridable Sub DetermineName
protected: virtual void DetermineName()
Override this method to change the Options.Name property if needed.
Default implementation is that when the Name is not set, the Type of this object will be used as name.
Default implementation is that when the Name is not set, the Type of this object will be used as name.