.NET Framework Class Library
PDMSystem.GetProductName 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 customer PDM Service Product Name.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetProductName As String |
C# |
|---|
public string GetProductName() |
Visual C++ |
|---|
public: String^ GetProductName() |
JavaScript |
|---|
function getProductName(); |
Return Value
service product name string value
Remarks
See Also