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 (25.3.0.1000)
Syntaxpublic 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: 
IListGuid
See Also