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