Metodo DedAttrPermSetPermVal
|
Imposta il permesso ottenendo la stringa descrittiva del permesso.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public 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 String
-
- discrim String
-
- Valore Boolean
-
Valore di ritorno
StringVedi anche