Metodo UserPermManagerRemoveCommOwner
             | 
          
        
        
            Rimuove i permessi specifici di una famiglia, abbinati ad un utente/gruppo.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic void RemoveCommOwner(
	Guid commid,
	string ownerName
)
Public Sub RemoveCommOwner ( 
	commid As Guid,
	ownerName As String
)
public:
void RemoveCommOwner(
	Guid commid, 
	String^ ownerName
)
member RemoveCommOwner : 
        commid : Guid * 
        ownerName : string -> unit Parametri
- commid  Guid
 -  
 - ownerName  String
 - Nome dell'owner da eliminare.
 
Vedi anche