Click or drag to resize

XDisplayPropertiesSetProp Method

Deserializes a single property dotpath and property object value.

Namespace: RCS.Carbon.Shared
Assembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax
C#
public void SetProp(
	string dotpath,
	Object value
)

Parameters

dotpath  String
The dotpath that identifies the property to set.
value  Object
The property value to set.
Exceptions
ExceptionCondition
CarbonExceptionThrown if dotpath is not assigned to any property.
See Also