Serenity.DefaultValueAttribute.DefaultValueAttribute C# (CSharp) Method

DefaultValueAttribute() public method

public DefaultValueAttribute ( string defaultValue ) : System
defaultValue string
return System
        public DefaultValueAttribute(string defaultValue)
        {
            Value = defaultValue;
        }
DefaultValueAttribute