.NET Framework Class Library
PDMSystem.GetBuild Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods >

.NET Framework Class Library
PDMSystem.GetBuild Method

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:

StringGetBuild()

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

PDMSystem Class

PDMSystem Members

MwPDMApi Namespace