 | APIdontDeleteResults Property |
Set if results can be deleted or not.
REST path: /res/donotdelete
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 dontDeleteResults { get; set; }
Public Property dontDeleteResults As Boolean
Get
Set
Dim instance As API
Dim value As Boolean
value = instance.dontDeleteResults
instance.dontDeleteResults = value
public:
property bool dontDeleteResults {
bool get ();
void set (bool value);
}
member dontDeleteResults : bool with get, set
Property Value
BooleanReturn Value
Boolean
See Also