Selerix Developer Tools
Value Property (SampleValue)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > SampleValue Class : Value Property
Value stored.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property Value As Decimal
'Usage
 
Dim instance As SampleValue
Dim value As Decimal
 
instance.Value = value
 
value = instance.Value
[XmlAttribute()]
public decimal Value {get; set;}
public read-write property Value: Currency; 
XmlAttributeAttribute()
public function get,set Value : decimal
[XmlAttribute()]
public: __property decimal get_Value();
public: __property void set_Value( 
   decimal value
);
[XmlAttribute()]
public:
property decimal Value {
   decimal get();
   void set (    decimal value);
}
See Also

Reference

SampleValue Class
SampleValue Members