Metodo DedGroupSetPermVal(String, Boolean, String)
             | 
          
        
        
            Imposta il permesso ottenendo la stringa descrittiva del permesso.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic string SetPermVal(
	string PermName,
	bool Valore,
	string discrim
)
Public Function SetPermVal ( 
	PermName As String,
	Valore As Boolean,
	discrim As String
) As String
public:
String^ SetPermVal(
	String^ PermName, 
	bool Valore, 
	String^ discrim
)
member SetPermVal : 
        PermName : string * 
        Valore : bool * 
        discrim : string -> string Parametri
- PermName  String
 -  
 - Valore  Boolean
 -  
 - discrim  String
 -  
 
Valore di ritorno
String
Vedi anche