[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.Report.ReportDefinitions.IsCustomized"]
public bool IsCustomized { get; set; }
Public Property IsCustomized As Boolean
Get
Set
public:
property bool IsCustomized {
bool get ();
void set (bool value);
}
member IsCustomized : bool with get, set