AbstractHierarchicalObject<TObject>.SetProperty Method |
Gets the context property.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntaxpublic virtual bool SetProperty(
string name,
Object value
)
Parameters
- name
- Type: System.String
Property name - value
- Type: System.Object
Value to set
Return Value
Type:
Boolean
See Also