UserTaskPropertiesItem(String) Property |
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic UserTaskProperty this[
string key
] { get; }
Public ReadOnly Default Property Item (
key As String
) As UserTaskProperty
Get
public:
virtual property UserTaskProperty^ default[String^ key] {
UserTaskProperty^ get (String^ key) sealed;
}
abstract Item : UserTaskProperty with get
override Item : UserTaskProperty with get
Parameters
- key String
- The key.
Property Value
UserTaskProperty
The
UserTaskProperty.
Return Value
UserTaskPropertyImplements
IReadOnlyDictionaryTKey, TValueItemTKey
See Also