Proprietà DedTranslationCollectionItem(String)
|
Ritorna l'oggetto DedTranslation associato che ha il campo codice uguale alla stringa passata.
Nel caso OwnedByData strVal sarà il nome interno dell'attributo. Mentre nel caso NoOwner corrisponde alla stringa da tradurre.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public DedTranslation this[
string strVal
] { get; }
Public ReadOnly Default Property Item (
strVal As String
) As DedTranslation
Get
public:
property DedTranslation^ default[String^ strVal] {
DedTranslation^ get (String^ strVal);
}
member Item : DedTranslation with get
Parametri
- strVal String
- Valore da ricercare.
Valore della proprietà
DedTranslationVedi anche