RegisteredPropertiesTParentSet Method |
Evaluates the particular property
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public bool Set(
TParent obj,
string columnName,
Object value
)
Parameters
- obj
- Type: TParent
Calling object - columnName
- Type: SystemString
Column name - value
- Type: SystemObject
Returning the property value
Return Value
Type:
BooleanSee Also