Costruttore ControlloPermessiUserPermSpec
|
Namespace:
DedNet.Forms
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public UserPermSpec(
string type,
string source,
string perm,
bool valore
)
Public Sub New (
type As String,
source As String,
perm As String,
valore As Boolean
)
public:
UserPermSpec(
String^ type,
String^ source,
String^ perm,
bool valore
)
new :
type : string *
source : string *
perm : string *
valore : bool -> UserPermSpec
Parametri
- type
- Tipo: SystemString
- source
- Tipo: SystemString
- perm
- Tipo: SystemString
- valore
- Tipo: SystemBoolean
Vedi anche