ProvideProfileAttribute::GroupResourceID Property

 

Gets or sets the localized resource ID of the group to which this page belongs.

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

public:
property short GroupResourceID {
	short get();
	void set(short value);
}

Property Value

Type: System::Int16

The localized resource ID of the group to which this page belongs.

Return to top
Show: