ProcessStartupInfoLabels Property |
Labels for process.
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> Labels { get; set; }
Public Property Labels As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ Labels {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member Labels : Dictionary<string, string> with get, set
Property Value
DictionaryString,
String
See Also