.NET Framework Class Library
PDMSystem.GetBuild Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods > .NET Framework Class Library |
Returns the build of the currently installed MW PDM.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetBuild As String |
C# |
|---|
public string GetBuild() |
Visual C++ |
|---|
public: String^ GetBuild() |
JavaScript |
|---|
function getBuild(); |
Return Value
string value of the format yyyymmdd (year, month and day) representing the currently installed MW PDM build.
Remarks
See Also