Metodo DedAttrCollectionFindByPrompt
|
Cerca nella collezione un attributo che abbia il prompt specificato.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public DedAttr FindByPrompt(
string prompt
)
Public Function FindByPrompt (
prompt As String
) As DedAttr
public:
DedAttr^ FindByPrompt(
String^ prompt
)
member FindByPrompt :
prompt : string -> DedAttr
Parametri
- prompt
- Tipo: SystemString
Prompt dell'attributo da cercare.
Valore di ritorno
Tipo:
DedAttrRestituisce null se non riesce a trovarlo.
Vedi anche