PortfolioStatisticsResult.Format Property

[DataMember(Name = "format")] 
public string Format {get; set;}
This language is not supported or no code example is available.
[DataMember(Name = "format")] 
public:  
property String^ Format { 
String^ get( ); 
void set( 
String^ value 
); 
}
This language is not supported or no code example is available.
public  
DataMember(Name = "format") 
function get Format() : String
public  
DataMember(Name = "format") 
function set Format(value : String);
This language is not supported or no code example is available.

Property Value

string

In this article

Definition