.NET Framework Class Library
PDMSystem.GetGlobalParametersPath Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods > .NET Framework Class Library |
Returns the Global Parameters Path according to registry settings.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetGlobalParametersPath As String |
C# |
|---|
public string GetGlobalParametersPath() |
Visual C++ |
|---|
public: String^ GetGlobalParametersPath() |
JavaScript |
|---|
function getGlobalParametersPath(); |
Return Value
Global Parameters Path string
Remarks
See Also