XppObjectBase.SetFieldValue(Object, Object, String) 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:
static void SetFieldValue(System::Object ^ instanceOwner, System::Object ^ value, System::String ^ fieldName);
public static void SetFieldValue (object instanceOwner, object value, string fieldName);
static member SetFieldValue : obj * obj * string -> unit
Public Shared Sub SetFieldValue (instanceOwner As Object, value As Object, fieldName As String)
Parameters
- instanceOwner
- Object
- value
- Object
- fieldName
- String