 | ReflectionUtilsSetPropertyCom Method |
Sets the property on an object.
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static void SetPropertyCom(
Object Object,
string Property,
Object Value
)
Public Shared Sub SetPropertyCom (
Object As Object,
Property As String,
Value As Object
)
public:
static void SetPropertyCom(
Object^ Object,
String^ Property,
Object^ Value
)
static member SetPropertyCom :
Object : Object *
Property : string *
Value : Object -> unit
Parameters
- Object
- Type: SystemObject
Object to set property on - Property
- Type: SystemString
Name of the property to set - Value
- Type: SystemObject
value to set it to
See Also