SMD.Option Property

The bar data of SMD.
[Category("Parameters")] 
[Description("")] 
public BarData Option {get; set;}
This language is not supported or no code example is available.
[Category("Parameters")] 
[Description("")] 
public:  
property BarData Option { 
BarData get( ); 
void set( 
BarData value 
); 
}
This language is not supported or no code example is available.
public  
Category("Parameters") 
Description("") 
function get Option() : BarData
public  
Category("Parameters") 
Description("") 
function set Option(value : BarData);
This language is not supported or no code example is available.

Property Value

BarData

In this article

Definition