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