AccountInfoOrderByDataAccountQueryField Property |
Gets or sets the account query field.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "accountQueryField")]
public AccountInfoQueryField AccountQueryField { get; set; }
<DataMemberAttribute(Name := "accountQueryField")>
Public Property AccountQueryField As AccountInfoQueryField
Get
Set
public:
[DataMemberAttribute(Name = L"accountQueryField")]
property AccountInfoQueryField AccountQueryField {
AccountInfoQueryField get ();
void set (AccountInfoQueryField value);
}
[<DataMemberAttribute(Name = "accountQueryField")>]
member AccountQueryField : AccountInfoQueryField with get, set
Property Value
Type:
AccountInfoQueryField
The account query field.
See Also