SettingsGroupNameAttribute.GroupName Propriedade
Definição
Obtém o nome do grupo de propriedades de configurações de aplicativo.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
Valor da propriedade
Um String que contém o nome do grupo de propriedades de configurações de aplicativo.A String containing the name of the application settings property group.
Comentários
O GroupName valor da propriedade é definido pelo SettingsGroupNameAttribute Construtor.The GroupName property value is set by the SettingsGroupNameAttribute constructor.