Gets or sets the properties.
Namespace:
Scanjour.Workflow4.ActivityLibrary.UserTasks
Assembly:
Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
public 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
Type:
InArgumentDictionaryString,
Object
The properties.
Reference