RequestOptionsDataRequestedElementStatistics Property  | 
 
            Gets the unique names for the 
IAnalysisElements for which boundary computations are required.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "requestedElementStatistics")]
public IList<string> RequestedElementStatistics { get; }<DataMemberAttribute(EmitDefaultValue := false, Name := "requestedElementStatistics")>
Public ReadOnly Property RequestedElementStatistics As IList(Of String)
	Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"requestedElementStatistics")]
property IList<String^>^ RequestedElementStatistics {
	IList<String^>^ get ();
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "requestedElementStatistics")>]
member RequestedElementStatistics : IList<string> with get
Property Value
Type: 
IListString
            The requested boundaries.
            
See Also