  | AssetDataUpdateInsertIfNotExists Property  | 
 
            Insert if not exists
            
 
    Namespace: 
   SanteDB.Core.Applets.Model
    Assembly:
   SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntaxpublic bool InsertIfNotExists { get; set; }Public Property InsertIfNotExists As Boolean
	Get
	Set
public:
property bool InsertIfNotExists {
	bool get ();
	void set (bool value);
}member InsertIfNotExists : bool with get, set
Property Value
Type: 
Boolean
See Also