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 (24.3.0.1000)
Syntax public 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:
ICollectionGuidSee Also