Metodo DedProgManagerGetByFamUser
             | 
          
        
        
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic static DedTypeProgList GetByFamUser(
	DedNetApplication app,
	string dbpath,
	string userName
)
Public Shared Function GetByFamUser ( 
	app As DedNetApplication,
	dbpath As String,
	userName As String
) As DedTypeProgList
public:
static DedTypeProgList^ GetByFamUser(
	DedNetApplication^ app, 
	String^ dbpath, 
	String^ userName
)
static member GetByFamUser : 
        app : DedNetApplication * 
        dbpath : string * 
        userName : string -> DedTypeProgList Parametri
- app  DedNetApplication
 - dbpath  String
 - userName  String
 
Valore di ritorno
DedTypeProgList
Vedi anche