 | APIdontDeleteChecks Property |
Set if checking results can be deleted or not.
REST path: /res/donotdeletechecks
REST verb: GET,POST
REST header: {"val", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool dontDeleteChecks { get; set; }
Public Property dontDeleteChecks As Boolean
Get
Set
Dim instance As API
Dim value As Boolean
value = instance.dontDeleteChecks
instance.dontDeleteChecks = value
public:
property bool dontDeleteChecks {
bool get ();
void set (bool value);
}
member dontDeleteChecks : bool with get, set
Property Value
BooleanReturn Value
Boolean
See Also