Portfolio.Pricer Property
Gets the pricer.
[Browsable(false)]
public Pricer Pricer {get; set;}
This language is not supported or no code example is available.
[Browsable(false)]
public:
property Pricer^ Pricer {
Pricer^ get( );
void set(
Pricer^ value
);
}
This language is not supported or no code example is available.
public
Browsable(false)
function get Pricer() : Pricer;
public
Browsable(false)
function set Pricer(value : Pricer);
This language is not supported or no code example is available.
Property Value
Pricer
The pricer.
In this article
Definition