CustomLocalizationContextCodeLibraryIds Property  | 
 Gets the code library IDs associated with current localization context.
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ICollection<Guid> CodeLibraryIds { get; }Public ReadOnly Property CodeLibraryIds As ICollection(Of Guid)
	Get
public:
property ICollection<Guid>^ CodeLibraryIds {
	ICollection<Guid>^ get ();
}member CodeLibraryIds : ICollection<Guid> with get
Property Value
Type: 
ICollectionGuid
See Also