ActivityArgumentData Constructor |
Constructor.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic ActivityArgumentData(
string name,
Type type,
Object value
)
Public Sub New (
name As String,
type As Type,
value As Object
)
public:
ActivityArgumentData(
String^ name,
Type^ type,
Object^ value
)
new :
name : string *
type : Type *
value : Object -> ActivityArgumentData
Parameters
- name String
- The argument name.
- type Type
- The argument type.
- value Object
- The argument value.
See Also