HelperSetPropertyValue Method |
Set a property value on an object by name from a string (enum, boolean, integer and string properties are supported)
Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic static void SetPropertyValue(
Object item,
string propertyName,
string propertyValue
)
Parameters
- item Object
-
- propertyName String
-
- propertyValue String
-
See Also