AttributeValueGetFieldValue(String) Method
Intended for Attributes with MultipleValues set to false (not a list).
Retreives the field value based on the passed in fieldName. If fieldName has not yet been set, the default value for the feild is returned.
Caller is responsible for casting to the approrpirate .NET type.
Namespace: Scopos.BabelFish.DataModel.AttributeValueAssembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
public Object GetFieldValue(
string fieldName
)
- fieldName String
- Valid FieldName as defined in AttributeDefintion
Objectobject to be type cast
| AttributeValueException | Thrown when the passed in fieldName is unknown, or the Attribute is a multi-value attribute. |