Proprietà GridInfoDataListSelectedFromDocsExcludedClient
             | 
          
        
        
            Restituisce la lista dei documenti di partenza che risultano selezionati.
            All'interno ci possono essere anche i DocStructInfo che il client mi ha passato di file non ancora registrati nel Database.
            Restituisce sempre una lista inizializzata.
            
        
        Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic DocStructInfoList SelectedFromDocsExcludedClient { get; }Public ReadOnly Property SelectedFromDocsExcludedClient As DocStructInfoList
	Get
public:
property DocStructInfoList^ SelectedFromDocsExcludedClient {
	DocStructInfoList^ get ();
}member SelectedFromDocsExcludedClient : DocStructInfoList with get
Valore della proprietà
DocStructInfoList
Vedi anche