The process properties.
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, Property> Properties { get; set; }
Public Property Properties As IDictionary(Of String, Property)
Get
Set
public:
property IDictionary<String^, Property^>^ Properties {
IDictionary<String^, Property^>^ get ();
void set (IDictionary<String^, Property^>^ value);
}
member Properties : IDictionary<string, Property> with get, set
Property Value
Type:
IDictionaryString,
Property
Reference