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