CustomAttributeReferencesEntityIds Property |
Gets the entity IDs.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IReadOnlyCollection<Guid> EntityIds { get; }
Public ReadOnly Property EntityIds As IReadOnlyCollection(Of Guid)
Get
public:
property IReadOnlyCollection<Guid>^ EntityIds {
IReadOnlyCollection<Guid>^ get ();
}
member EntityIds : IReadOnlyCollection<Guid> with get
Property Value
Type:
IReadOnlyCollectionGuidSee Also