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