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