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