Hello, I have the following Auto Property
[DefaultValue(true)]
public bool RetrieveAllInfo { get; set; }
when I try to use it inside the code i find the default false for is false
I assume this is the default value to a bool
variable, does anyone have a clue what is wrong!?