Work with IProperty

Last modified: 04 July 2023

What you should know beforehand:

IProperty is one more concept that is used quite often throughout the ReSharper API. Simply put, an IProperty object is able to track the changes, validate new values being assigned, and notify about the changes. IProperty has much in common with signals.