ApplicationSettings.SettingPropertyAttribute.SettingPropertyAttribute C# (CSharp) Method

SettingPropertyAttribute() public method

Initializes a new instance of the SettingPropertyAttribute class.
public SettingPropertyAttribute ( ) : System
return System
        public SettingPropertyAttribute()
        {
            this.IsOptional = false;
        }
SettingPropertyAttribute