CaseActivityInformationParameters Property |
Any parameters associated with the case activity type
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 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
IDictionaryString,
String
See Also