ReflectionUtils.SetProperty(Object, String, String) Method

Definition

public:
 static bool SetProperty(System::Object ^ theObj, System::String ^ propertyName, System::String ^ val);
public static bool SetProperty (object theObj, string propertyName, string val);
static member SetProperty : obj * string * string -> bool
Public Shared Function SetProperty (theObj As Object, propertyName As String, val As String) As Boolean

Parameters

theObj
Object
propertyName
String
val
String

Returns

Boolean

Applies to