SmartTaskInformationData Property |
Dictionary with extra information on usertask (used for customizations)
Namespace: Scanjour.Workflow4.Web.Services.EntitiesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic Dictionary<string, string> Data { get; set; }
Public Property Data As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ Data {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member Data : Dictionary<string, string> with get, set
Property Value
DictionaryString,
String
See Also