IWorkflowInstanceDetails.GetProperty Method

Function GetProperty( _ 
ByVal property As String, _ 
ByVal expression_engine As PropertyExpressionEngine, _ 
ByVal db As IDatabase
) As PropertyExpressionInfo
This language is not supported or no code example is available.
PropertyExpressionInfo GetProperty( 
string property
PropertyExpressionEngine expression_engine
IDatabase db 
)
This language is not supported or no code example is available.
 
PropertyExpressionInfo^ GetProperty( 
String^ property
PropertyExpressionEngine^ expression_engine
IDatabase^ db 
)
This language is not supported or no code example is available.
function GetProperty( 
property : String
expression_engine : PropertyExpressionEngine
db : IDatabase 
) : PropertyExpressionInfo;
This language is not supported or no code example is available.

Parameters

property
string

expression_engine
PropertyExpressionEngine

db
IDatabase

Return Value

PropertyExpressionInfo

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition