GlobalObject::Name Property
Visual Studio 2015
Gets the recommended name of the global object.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
The Name property is only used at design time to identify the global object to the user of the design-time environment.
Names must be unique for all global objects within a given provider. The actual name for the global object may differ from the recommended name if it conflicts with an existing name or violates language naming conventions.
The Name property is set in the constructor for this class.
Show: