CommonImplementation.SetFieldValue 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
SetFieldValue(String, Object) | |
SetFieldValue(String, Object, Int32) |
SetFieldValue(String, Object)
public:
abstract void SetFieldValue(System::String ^ fieldName, System::Object ^ value);
public abstract void SetFieldValue (string fieldName, object value);
abstract member SetFieldValue : string * obj -> unit
Public MustOverride Sub SetFieldValue (fieldName As String, value As Object)
Parameters
- fieldName
- String
- value
- Object
Applies to
SetFieldValue(String, Object, Int32)
public:
abstract void SetFieldValue(System::String ^ fieldName, System::Object ^ value, int arrayIndex);
public abstract void SetFieldValue (string fieldName, object value, int arrayIndex);
abstract member SetFieldValue : string * obj * int -> unit
Public MustOverride Sub SetFieldValue (fieldName As String, value As Object, arrayIndex As Integer)
Parameters
- fieldName
- String
- value
- Object
- arrayIndex
- Int32