Gets or sets whether to write or update the results to back to space or only to write, which means if the result
object already exists in space an EntryAlreadyInSpaceException will be thrown.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public bool WriteOrUpdate { get; set; }
Public Property WriteOrUpdate As Boolean Get Set
public: property bool WriteOrUpdate { bool get (); void set (bool value); }
/** @property */ public boolean get_WriteOrUpdate() /** @property */ public void set_WriteOrUpdate(boolean value)
See Also