Click or drag to resize

PublicLibraryCatalogLibraryVersions Property

Gets all library versions published for the defined libray with this Name.

Namespace: Aml.Engine.Resources
Assembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntax
public List<PublicLibraryCatalogLibraryVersion> Versions { get; set; }

Property Value

ListPublicLibraryCatalogLibraryVersion
The versions.
See Also