AskiaPortalCmnApiCurrentModuleVersion Property |
Note: This API is now obsolete.
Gets the version of the module currently using the current API
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax [ObsoleteAttribute("Use the .CurrentModule.Version instead.")]
public static Version CurrentModuleVersion { get; }
<ObsoleteAttribute("Use the .CurrentModule.Version instead.")>
Public Shared ReadOnly Property CurrentModuleVersion As Version
Get
public:
[ObsoleteAttribute(L"Use the .CurrentModule.Version instead.")]
static property Version^ CurrentModuleVersion {
Version^ get ();
}
Property Value
Type:
VersionExceptions See Also