Item.IsNew Property

Definition

Gets a value that indicates whether this object is a real store item or a local object that has yet to be saved.

public:
 virtual property bool IsNew { bool get(); };
public override bool IsNew { get; }
Public Overrides ReadOnly Property IsNew As Boolean

Property Value

True if the item has not been saved; otherwise, false.

Applies to