'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Overridable Property IsNew As Boolean
[XmlAttribute()] [DefaultValue()] public virtual bool IsNew {get; set;}
public read-write property IsNew: Boolean; virtual;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set IsNew : boolean
[XmlAttribute()] [DefaultValue()] public: __property virtual bool get_IsNew(); public: __property virtual void set_IsNew( bool value );
[XmlAttribute()] [DefaultValue()] public: virtual property bool IsNew { bool get(); void set ( bool value); }
Property Value
true
if this instance is new; otherwise, false
.