.NET Framework Class Library
PDMSystem.RequiredBuild Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods > .NET Framework Class Library |
Check if the installed build string representation equals the parameter.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function RequiredBuild ( _ mwBuild As String _ |
C# |
|---|
public bool RequiredBuild( string mwBuild |
Visual C++ |
|---|
public: bool RequiredBuild( |
JavaScript |
|---|
function requiredBuild(mwBuild); |
Parameters
mwBuild
Type: System.String
string representing the build compared to the current build
Return Value
TRUE if the currently installed build equals the passed parameter one, FALSE otherwise
Remarks
See Also