DNGetPropertyByName(String, Boolean) Method

Returns a particular DN property given its name from persistent storage or from local cache, or if not found.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
DNProperty GetPropertyByName(
	string name,
	bool last_modified_value
)

Parameters

name  String
The name of the property to retrieve.
last_modified_value  Boolean
If true, search in local cache (not yet saved), false - equals to call GetPropertyByName(name)

Return Value

DNProperty
An instance of DNProperty or .

See Also