Metodo DedGroupGetPermVal(String, String, String)
|
Restituisce il valore del permesso impostando la stringa descrittiva
il tipo di ereditarietà del permesso.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public override bool GetPermVal(
string PermName,
string discrim,
out string PermDesc
)
Public Overrides Function GetPermVal (
PermName As String,
discrim As String,
<OutAttribute> ByRef PermDesc As String
) As Boolean
public:
virtual bool GetPermVal(
String^ PermName,
String^ discrim,
[OutAttribute] String^% PermDesc
) override
abstract GetPermVal :
PermName : string *
discrim : string *
PermDesc : string byref -> bool
override GetPermVal :
PermName : string *
discrim : string *
PermDesc : string byref -> bool
Parametri
- PermName String
-
- discrim String
-
- PermDesc String
-
Valore di ritorno
BooleanVedi anche