CustomAttributeReferencesAccounts Property  | 
 Gets the accounts.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IReadOnlyCollection<MemberInfo> Accounts { get; }Public ReadOnly Property Accounts As IReadOnlyCollection(Of MemberInfo)
	Get
public:
property IReadOnlyCollection<MemberInfo^>^ Accounts {
	IReadOnlyCollection<MemberInfo^>^ get ();
}member Accounts : IReadOnlyCollection<MemberInfo> with get
Property Value
Type: 
IReadOnlyCollectionMemberInfo
See Also