UserTaskBaseProperties Property |
Gets or sets the properties.
Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasksAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic InArgument<Dictionary<string, Object>> Properties { get; set; }
Public Property Properties As InArgument(Of Dictionary(Of String, Object))
Get
Set
public:
property InArgument<Dictionary<String^, Object^>^>^ Properties {
InArgument<Dictionary<String^, Object^>^>^ get ();
void set (InArgument<Dictionary<String^, Object^>^>^ value);
}
member Properties : InArgument<Dictionary<string, Object>> with get, set
Property Value
InArgumentDictionaryString,
Object
The properties.
See Also