SettingsGroupNameAttribute.GroupName Property

Definition

Gets the name of the application settings property group.

public:
 property System::String ^ GroupName { System::String ^ get(); };
public string GroupName { get; }
member this.GroupName : string
Public ReadOnly Property GroupName As String

Property Value

A String containing the name of the application settings property group.

Remarks

The GroupName property value is set by the SettingsGroupNameAttribute constructor.

Applies to

See also