Metodo DedPermOwnerGetPermVal(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: 27.4.0
Sintassipublic virtual bool GetPermVal(
	string permName,
	string discrim,
	out string PermDesc
)
Public Overridable 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
)
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
Boolean
Vedi anche