UserTaskProperties Conversion (DictionaryString, Object to UserTaskProperties) |
Creates user task properties from dictionary
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static implicit operator UserTaskProperties (
Dictionary<string, Object> source
)
Public Shared Widening Operator CType (
source As Dictionary(Of String, Object)
) As UserTaskProperties
static implicit operator UserTaskProperties^ (
Dictionary<String^, Object^>^ source
)
F# does not support the declaration of new casting operators.
Parameters
- source DictionaryString, Object
- The source.
Return Value
UserTaskProperties[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.UserTaskProperties.op_Implicit(System.Collections.Generic.Dictionary{System.String,System.Object})~Scanjour.Workflow4.Base.UserTaskProperties"]
Exceptions
See Also