Share via


GelRegisteredObject.Name Property

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Property Name As String
public string Name { get; protected set; }
public:
property String^ Name {
    String^ get ();
    protected: void set (String^ value);
}
member Name : string with get, set
function get Name () : String 
protected function set Name (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GelRegisteredObject Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace