PropertyBag.IsTrackingState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the collection is tracking state.
public:
property bool IsTrackingState { bool get(); };
public bool IsTrackingState { get; }
member this.IsTrackingState : bool
Public ReadOnly Property IsTrackingState As Boolean
Property Value
true
if the collection is tracking modified entries; otherwise, false
.