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