CustomProperty

CustomProperty class

Represents identifier information.

class CustomProperty;

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
namestringReturns or sets the name of the object.
valuestringReturns or sets the value of the custom property.

constructor()

Default Constructor.

constructor();

name

Returns or sets the name of the object.

name : string;

value

Returns or sets the value of the custom property.

value : string;