Metodo UserPermManagerRemoveAttrsOwner
             | 
          
        
        
            Rimuove i permessi specifici di un attributo, abbinati ad un utente/gruppo.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic void RemoveAttrsOwner(
	string attr,
	string ownerName,
	DedTypeBase tpRoot
)
Public Sub RemoveAttrsOwner ( 
	attr As String,
	ownerName As String,
	tpRoot As DedTypeBase
)
public:
void RemoveAttrsOwner(
	String^ attr, 
	String^ ownerName, 
	DedTypeBase^ tpRoot
)
member RemoveAttrsOwner : 
        attr : string * 
        ownerName : string * 
        tpRoot : DedTypeBase -> unit Parametri
- attr  String
 - Attributo dal quale eliminare l'owner.
 - ownerName  String
 - Nome dell'owner da eliminare.
 - tpRoot  DedTypeBase
 -  
 
Vedi anche