CustomAttributeReferencesEntityIds Property |
Gets the entity IDs.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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
IReadOnlyCollectionGuid
See Also