Item.IsUnmodified 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 that indicates whether the item has been modified since it was created.
public:
property bool IsUnmodified { bool get(); };
public bool IsUnmodified { get; }
Public ReadOnly Property IsUnmodified As Boolean
Property Value
True if the item has not been modified; otherwise, false.