.NET Framework Class Library
Options.GetOptionByName Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Options Class > Options Methods > .NET Framework Class Library |
Get option value
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetOptionByName ( _ optionName As String _ |
C# |
|---|
public string GetOptionByName( string optionName |
Visual C++ |
|---|
public: String^ GetOptionByName( |
JavaScript |
|---|
function getOptionByName(optionName); |
Parameters
optionName
Type: System.String
option name
Return Value
The function assumes the current value for the given option
Remarks
Scripting compatibility
See Also