Returns the data stored in the specified field.
Namespace: MindFusion.Mapping Assembly: MindFusion.Mapping
Syntax
C#
Copy Code
|
---|
public string Item [ Column column ] { get; } |
Visual Basic
Copy Code
|
---|
Public ReadOnly Property Item( _ column As Column _ ) As String |
Parameters
Property Value
The string value of the specified field.
See Also
|