Metodo DedGroupSetPermVal (String, Boolean, String)
|
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)
Sintassi public 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
- Tipo: SystemString
- Valore
- Tipo: SystemBoolean
- discrim
- Tipo: SystemString
Valore di ritorno
Tipo:
StringVedi anche