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