EnsureVisibleOptionsAccountIds Property |
Gets the account IDs.
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 = "accountIds", EmitDefaultValue = false)]
public IList<Guid> AccountIds { get; }
<DataMemberAttribute(Name := "accountIds", EmitDefaultValue := false)>
Public ReadOnly Property AccountIds As IList(Of Guid)
Get
public:
[DataMemberAttribute(Name = L"accountIds", EmitDefaultValue = false)]
property IList<Guid>^ AccountIds {
IList<Guid>^ get ();
}
[<DataMemberAttribute(Name = "accountIds", EmitDefaultValue = false)>]
member AccountIds : IList<Guid> with get
Property Value
Type:
IListGuidSee Also