Proprietà DocStructOperationBaseIsNew
             | 
          
        
        
            Restituisce o imposta se il documento sia nuovo (in memoria e non ancora salvato).
            
        
        Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic bool IsNew { get; set; }Public Property IsNew As Boolean
	Get
	Set
public:
property bool IsNew {
	bool get ();
	void set (bool value);
}member IsNew : bool with get, set
Valore della proprietà
Boolean
Vedi anche