Costruttore unico.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic DedAtt(
	DedNetApplication app,
	string name,
	string user
)
Public Sub New ( 
	app As DedNetApplication,
	name As String,
	user As String
)
public:
DedAtt(
	DedNetApplication^ app, 
	String^ name, 
	String^ user
)
new : 
        app : DedNetApplication * 
        name : string * 
        user : string -> DedAttParametri
- app  DedNetApplication
 - Applicazione di appartenenza.
 - name  String
 - Nome della lista.
 - user  String
 - Utente della lista.
 
Vedi anche