Proprietà ExportDocumentCheckOutOnExport
             | 
          
        
        
            Inidica se in fase di esportazione il documento debba contestualmente essere posto in checkout (di default è false).
            
        
        Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic bool CheckOutOnExport { get; set; }Public Property CheckOutOnExport As Boolean
	Get
	Set
public:
property bool CheckOutOnExport {
	bool get ();
	void set (bool value);
}member CheckOutOnExport : bool with get, set
Valore della proprietà
Boolean
Vedi anche