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