adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectBase Class / IsNew Property


In This Topic
    IsNew Property
    In This Topic
    Indicates whether the object is new (has never been saved).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsNew As Boolean
    public bool IsNew {get;}
    public:
    property bool IsNew {
       bool get();
    }
    See Also