ProvideProfileAttribute::GroupName Property

 

Gets the nonlocalized name of this group.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ GroupName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The nonlocalized name of this group.

Return to top
Show: