PortfolioStatisticsResult.Type Property
[DataMember(Name = "type")]
public int Type {get; set;}
This language is not supported or no code example is available.
[DataMember(Name = "type")]
public:
property int Type {
int get( );
void set(
int value
);
}
This language is not supported or no code example is available.
public
DataMember(Name = "type")
function get Type() : int;
public
DataMember(Name = "type")
function set Type(value : int);
This language is not supported or no code example is available.
Property Value
int
In this article
Definition