|
XDisplayPropertiesGetProp Method
|
Gets the value of a dotpath property.
Namespace: RCS.Carbon.SharedAssembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax public Object GetProp(
string dotpath
)
Parameters
- dotpath String
- The dotpath that identifies the property to get.
Return Value
ObjectThe property value as an object.
Exceptions Exception | Condition |
---|
CarbonException | Thrown if dotpath is not assigned to any property. |
See Also