UserTaskBaseTitle Property |
Gets or sets the title.
Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasksAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic InArgument<LocalizableString> Title { get; set; }
Public Property Title As InArgument(Of LocalizableString)
Get
Set
public:
property InArgument<LocalizableString>^ Title {
InArgument<LocalizableString>^ get ();
void set (InArgument<LocalizableString>^ value);
}
member Title : InArgument<LocalizableString> with get, set
Property Value
InArgumentLocalizableString
The title.
See Also