I have added a Custom Profile Property, called "FileSize" (Integer) and made its "Required" and "Visible" fields Unchecked.
Because I dont want users to be able to view or change this.
While Creating, I gave the "Default Value" as 200.
In my module, when I do, profile.GetPropertyValue("FileSize"); I get empty value, upon debugging I noticed that _DefaultValue is 200.
How can I make the default value to Property Value?
I dont want to read the "DefaultValue", I just want to access it normally using "PropertyValue"..
Any thoughts?