ReflectionUtils.SetProperty(Object, String, 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 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