[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.UserTasks.UserTaskInformation.ActorNameCode"]
public string ActorNameCode { get; set; }
Public Property ActorNameCode As String
Get
Set
public:
property String^ ActorNameCode {
String^ get ();
void set (String^ value);
}
member ActorNameCode : string with get, set