IntegrationTestBaseGetCaseCustomIntegerValue Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetCaseCustomIntegerValue(System.String,System.String)"]
Namespace: Scanjour.Workflow4.TestFrameworkAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic long? GetCaseCustomIntegerValue(
string caseId,
string customLabel
)
Public Function GetCaseCustomIntegerValue (
caseId As String,
customLabel As String
) As Long?
public:
Nullable<long long> GetCaseCustomIntegerValue(
String^ caseId,
String^ customLabel
)
member GetCaseCustomIntegerValue :
caseId : string *
customLabel : string -> Nullable<int64>
Parameters
- caseId String
[Missing <param name="caseId"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetCaseCustomIntegerValue(System.String,System.String)"]
- customLabel String
[Missing <param name="customLabel"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetCaseCustomIntegerValue(System.String,System.String)"]
Return Value
NullableInt64[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetCaseCustomIntegerValue(System.String,System.String)"]
See Also