GetAccountInfosOptionsQueryAccountsOptions Property |
Gets or sets the query accounts options.
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 = "queryAccountsOptions", EmitDefaultValue = false)]
public QueryAccountInfosOptions QueryAccountsOptions { get; set; }
<DataMemberAttribute(Name := "queryAccountsOptions", EmitDefaultValue := false)>
Public Property QueryAccountsOptions As QueryAccountInfosOptions
Get
Set
public:
[DataMemberAttribute(Name = L"queryAccountsOptions", EmitDefaultValue = false)]
property QueryAccountInfosOptions^ QueryAccountsOptions {
QueryAccountInfosOptions^ get ();
void set (QueryAccountInfosOptions^ value);
}
[<DataMemberAttribute(Name = "queryAccountsOptions", EmitDefaultValue = false)>]
member QueryAccountsOptions : QueryAccountInfosOptions with get, set
Property Value
Type:
QueryAccountInfosOptions
The query accounts options.
See Also