Hello ,when we can use Attribute?
what can I read attribute of the property with reflection?

PropertyInfo[] properties = this.GetType().GetProperties(BindingFlags.Public | BindingFlags.Instance);

what hold in properties?