Click or drag to resize

XDisplayPropertiesGetProp Method

Gets the value of a dotpath property.

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

Parameters

dotpath  String
The dotpath that identifies the property to get.

Return Value

Object
The property value as an object.
Exceptions
ExceptionCondition
CarbonExceptionThrown if dotpath is not assigned to any property.
See Also