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