ResponseIdentity Property |
Gets or sets the indetity of the user task.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: 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 string Identity { get; set; }
Public Property Identity As String
Get
Set
public:
property String^ Identity {
String^ get ();
void set (String^ value);
}
member Identity : string with get, set
Property Value
String
RemarksValid in all response types.
See Also