Click or drag to resize

PublicLibraryCatalogLibraryItem Property

Gets the library version for the provided version string

Namespace: Aml.Engine.Resources
Assembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntax
public PublicLibraryCatalogLibraryVersion this[
	string libVersion,
	string caexVersion
] { get; }

Parameters

libVersion  String
caexVersion  String

Return Value

PublicLibraryCatalogLibraryVersion
The library version, according to the version string.
See Also