Selerix Developer Tools
SampleSize Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > SampleTemplate Class : SampleSize Property
How many samples to display / use
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property SampleSize As Integer
'Usage
 
Dim instance As SampleTemplate
Dim value As Integer
 
instance.SampleSize = value
 
value = instance.SampleSize
[XmlElement()]
public int SampleSize {get; set;}
public read-write property SampleSize: Integer; 
XmlElementAttribute()
public function get,set SampleSize : int
[XmlElement()]
public: __property int get_SampleSize();
public: __property void set_SampleSize( 
   int value
);
[XmlElement()]
public:
property int SampleSize {
   int get();
   void set (    int value);
}
See Also

Reference

SampleTemplate Class
SampleTemplate Members