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

ConfigurationPropertyAttribute() public method

public ConfigurationPropertyAttribute ( String name ) : System
name String
return System
        public ConfigurationPropertyAttribute(String name) {
            _Name = name;
        }
ConfigurationPropertyAttribute