Costruttore unico.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public 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 -> DedAtt
Parametri
- app
- Tipo: DedNetDedNetApplication
Applicazione di appartenenza. - name
- Tipo: SystemString
Nome della lista. - user
- Tipo: SystemString
Utente della lista.
Vedi anche