PropertiesLookupParameter Method (IAppContext, String, String, String) |
Look up a parameter in the repository.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string LookupParameter(
IAppContext app,
string paramName,
string objTypeKey,
string subObjType
)
Public Shared Function LookupParameter (
app As IAppContext,
paramName As String,
objTypeKey As String,
subObjType As String
) As String
Parameters
- app
- Type: NetQuarryIAppContext
The application context. - paramName
- Type: SystemString
The name of the parameter to lookup. - objTypeKey
- Type: SystemString
The object type key of the parameter. - subObjType
- Type: SystemString
The subobject type of the parameter (or null/empty if none).
Return Value
Type:
StringThe parameter ID if found, else null.
See Also