Click or drag to resize

statementsgetARSetupValue Method

Gets Appropriate value from ARSetup. Calls:xct_spDSLGetARSetupValue

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getARSetupValue", Description = "Gets Appropriate value from ARSetup. Calls:xct_spDSLGetARSetupValue")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public string getARSetupValue(
	string fieldName
)

Parameters

fieldName
Type: SystemString

Return Value

Type: String
See Also