Proprietà DedTranslationCollectionItem (String)
|
Ritorna l'oggetto DedTranslation associato all'attributo specificato.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassi public DedTranslation this[
string attrName
] { get; }
Public ReadOnly Default Property Item (
attrName As String
) As DedTranslation
Get
public:
property DedTranslation^ default[String^ attrName] {
DedTranslation^ get (String^ attrName);
}
member Item : DedTranslation with get
Parametri
- attrName
- Tipo: SystemString
Nome interno dell'attributo.
Valore della proprietà
Tipo:
DedTranslationVedi anche