CaseActivityInformationActivityTitle Property |
Gets or sets the case activity title.
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 string ActivityTitle { get; set; }
Public Property ActivityTitle As String
Get
Set
public:
property String^ ActivityTitle {
String^ get ();
void set (String^ value);
}
member ActivityTitle : string with get, set
Property Value
String
The title.
See Also