CaseActivityInformationLabels Property |
Gets the Form labels from the database
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> Labels { get; set; }
Public Property Labels As IDictionary(Of String, String)
Get
Set
public:
property IDictionary<String^, String^>^ Labels {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
member Labels : IDictionary<string, string> with get, set
Property Value
IDictionaryString,
String
See Also