ViewCodeLibraryIds Property |
Gets a collection containing the IDs of any code libraries directly referenced by the view.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IList<Guid> CodeLibraryIds { get; }
Public ReadOnly Property CodeLibraryIds As IList(Of Guid)
Get
public:
property IList<Guid>^ CodeLibraryIds {
IList<Guid>^ get ();
}
member CodeLibraryIds : IList<Guid> with get
Property Value
Type:
IListGuidSee Also