Proprietà DocumentDisconnectingEventArgsDocumentsToBeDelete
             | 
          
        
        
            Restituisce l'elenco dei documenti che verranno eliminati. 
            Sono quelli che non sono più associati ad alcuna anagrafica.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic DedDocList DocumentsToBeDelete { get; set; }Public Property DocumentsToBeDelete As DedDocList
	Get
	Set
public:
property DedDocList^ DocumentsToBeDelete {
	DedDocList^ get ();
	void set (DedDocList^ value);
}member DocumentsToBeDelete : DedDocList with get, set
Valore della proprietà
DedDocList
Vedi anche