 | PublicLibraryCatalogLibraryVersionNetVersion Property |
Gets the version converted to the .NET Version type.
Namespace: Aml.Engine.ResourcesAssembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntax[XmlIgnoreAttribute]
[JsonIgnoreAttribute]
public Version NetVersion { get; }
<XmlIgnoreAttribute>
<JsonIgnoreAttribute>
Public ReadOnly Property NetVersion As Version
Get
public:
[XmlIgnoreAttribute]
[JsonIgnoreAttribute]
property Version^ NetVersion {
Version^ get ();
}
Property Value
Version
See Also