Selerix Developer Tools
Value Property (Answer)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Answer Class : Value Property
Gets or sets the value.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Overridable Property Value As String
'Usage
 
Dim instance As Answer
Dim value As String
 
instance.Value = value
 
value = instance.Value
[XmlElement()]
public virtual string Value {get; set;}
public read-write property Value: String; virtual; 
XmlElementAttribute()
public function get,set Value : String
[XmlElement()]
public: __property virtual string* get_Value();
public: __property virtual void set_Value( 
   string* value
);
[XmlElement()]
public:
virtual property String^ Value {
   String^ get();
   void set (    String^ value);
}

Property Value

The value.
See Also

Reference

Answer Class
Answer Members