Selerix Developer Tools
IsNew Property (Answer)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Answer Class : IsNew Property
Gets or sets a value indicating whether this instance is new.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property IsNew As Boolean
'Usage
 
Dim instance As Answer
Dim value As Boolean
 
instance.IsNew = value
 
value = instance.IsNew
[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.
See Also

Reference

Answer Class
Answer Members