Item.IsNew 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 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.