Bar.Type Property

Gets or sets the type.
public BarType Type {get; set;}
This language is not supported or no code example is available.
public:  
property BarType Type { 
BarType get( ); 
void set( 
BarType value 
); 
}
This language is not supported or no code example is available.
public function get Type() : BarType
public function set Type(value : BarType);
This language is not supported or no code example is available.

Property Value

BarType

The type.

In this article

Definition