Imposta il permesso ottenendo la stringa descrittiva del permesso.
            
 
    Namespace: 
   DedNet.Core
    Assembly:
   DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassipublic override string SetPermVal(
	string PermName,
	string discrim,
	bool Valore
)
Public Overrides Function SetPermVal ( 
	PermName As String,
	discrim As String,
	Valore As Boolean
) As String
public:
virtual String^ SetPermVal(
	String^ PermName, 
	String^ discrim, 
	bool Valore
) override
abstract SetPermVal : 
        PermName : string * 
        discrim : string * 
        Valore : bool -> string 
override SetPermVal : 
        PermName : string * 
        discrim : string * 
        Valore : bool -> string Parametri
- PermName
 - Tipo: SystemString
 - discrim
 - Tipo: SystemString
 - Valore
 - Tipo: SystemBoolean
 
Valore di ritorno
Tipo: 
String
Vedi anche