DNGetPropertyValue Method

returns actual value of named property in snapshot. returns values which was modified using SetProperty/DeleteProperty

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
string GetPropertyValue(
	string name
)

Parameters

name  String
name of property

Return Value

String
null - property does not exits and was not assigned to this object. Otherwise - last value of named property assigned to this snapshot or taken from persistent storage

See Also