Click or drag to resize
PropertySettingsInfoTypeSet Method
Evaluates the property.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public void Set(
	InfoType info,
	Object newValue
)

Parameters

info
Type: InfoType
Info object to evaluate the lambda expression on
newValue
Type: SystemObject
New value to set to the property
See Also