Item |
Scroll |
Gets or sets the value for the specified field name.
Namespace: Therefore.API
Visual Basic Public Overridable Default Property Item ( _ strFieldName As String _ ) As ThePair C# public virtual ThePair this [string strFieldName] { get; set;}
ParametersstrFieldName Field name for which to get or set the value.
Property ValueThe ThePair item with the specified strFieldName. |
Creates New If Name Not FoundIf there is no map element with the specified key a new one is created. |