DNGetPropertyByName(String) Method

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

Definition

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

Parameters

name  String
The name of the property to retrieve.

Return Value

DNProperty
An instance of DNProperty or .

See Also