.NET Framework Class Library
DataForm.DataInputSelectedProject Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > DataForm Class > DataForm Methods > .NET Framework Class Library |
Get the selected project id in the opened DataForm.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function DataInputSelectedProject As String |
C# |
|---|
public string DataInputSelectedProject() |
Visual C++ |
|---|
public: String^ DataInputSelectedProject() |
JavaScript |
|---|
function dataInputSelectedProject(); |
Return Value
selected projectId DataForm
Remarks
See Also