Item.IsUnmodified Property

Definition

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.

Applies to