CommonImplementation.GetFieldValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetFieldValue(String) | |
GetFieldValue(String, Int32) |
GetFieldValue(String)
public:
abstract System::Object ^ GetFieldValue(System::String ^ fieldName);
public abstract object GetFieldValue (string fieldName);
abstract member GetFieldValue : string -> obj
Public MustOverride Function GetFieldValue (fieldName As String) As Object
Parameters
- fieldName
- String
Returns
Applies to
GetFieldValue(String, Int32)
public:
abstract System::Object ^ GetFieldValue(System::String ^ fieldName, int arrayIndex);
public abstract object GetFieldValue (string fieldName, int arrayIndex);
abstract member GetFieldValue : string * int -> obj
Public MustOverride Function GetFieldValue (fieldName As String, arrayIndex As Integer) As Object
Parameters
- fieldName
- String
- arrayIndex
- Int32