Click or drag to resize

cursorZonegetCodeName Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets code name of the object. CodeName should be unique per each unique set of values of properties. In other words: if two instances of the same class have different CodeName that means values of their key properties are not same.

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public string getCodeName()
Request Example View Source

Return Value

Type: String
Unique string to identify unique values

Implements

IGetCodeNamegetCodeName
See Also