FX3ConnectionGetFX3ApiInfo Property |
This property returns a class containing some useful information about the current FX3 Dll. Some of the
information is available as a attribute of the DLL, while others (build date/time and git revision) are
generated at compile time using a pre-build batch file script.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic FX3ApiInfo GetFX3ApiInfo { get; }
Public ReadOnly Property GetFX3ApiInfo As FX3ApiInfo
Get
public:
property FX3ApiInfo^ GetFX3ApiInfo {
FX3ApiInfo^ get ();
}
member GetFX3ApiInfo : FX3ApiInfo with get
Return Value
Type:
FX3ApiInfo
See Also