Click or drag to resize

XDisplayPropertiesSetPropFromString Method

Deserializes a single property dotpath and property string value.

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

Parameters

dotpath  String
The dotpath that identifies the property to set.
stringValue  String
The property value to set as an invariant string.
Exceptions
ExceptionCondition
CarbonExceptionThrown if dotpath is not assigned to any property.
See Also