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