CodeLibraryReferenceIds Property

Gets the reference IDs.

Namespace: Dundas.BI.Entities.CodeLibraries
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public ICollection<Guid> ReferenceIds { get; }

Property Value

ICollectionGuid
Remarks
References must be CodeLibrary entries with the same ContentType, otherwise an InvalidOperationException will be thrown on saving.
See Also