Any parameters associated with the case activity type
Namespace:
Scanjour.Workflow4.Web.Services.Entities
Assembly:
Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.3.0.0 (23.3.0.0)
public IDictionary<string, string> Parameters { get; set; }
Public Property Parameters As IDictionary(Of String, String)
Get
Set
public:
property IDictionary<String^, String^>^ Parameters {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
member Parameters : IDictionary<string, string> with get, set
Property Value
Type:
IDictionaryString,
String
Reference