Metodo DedAttManagerDeleteUserAtt
             | 
          
        
        
            Rimuove un utente dalla lista.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic bool DeleteUserAtt(
	string listName,
	string userName
)
Public Function DeleteUserAtt ( 
	listName As String,
	userName As String
) As Boolean
public:
bool DeleteUserAtt(
	String^ listName, 
	String^ userName
)
member DeleteUserAtt : 
        listName : string * 
        userName : string -> bool Parametri
- listName  String
 - Nome della lista.
 - userName  String
 - Nome dell'utente da eliminare dalla lista.
 
Valore di ritorno
Boolean
Vedi anche