 | PublicLibraryCatalogLibraryVersionCAEXVersion Property |
Gets and sets the CAEX version of the library allowing different signatures for
libraries, supporting differen CAEX versions but have identical content
Namespace: Aml.Engine.ResourcesAssembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntaxpublic string CAEXVersion { get; set; }
Public Property CAEXVersion As String
Get
Set
public:
property String^ CAEXVersion {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also