System.Configuration.SettingsGroupNameAttribute.SettingsGroupNameAttribute C# (CSharp) Method

SettingsGroupNameAttribute() public method

public SettingsGroupNameAttribute ( string groupName ) : System
groupName string
return System
        public SettingsGroupNameAttribute(string groupName) {
            _groupName = groupName;
        }
    
SettingsGroupNameAttribute