CustomProperty

CustomProperty class

Represents identifier information.

class CustomProperty;

Constructors

NameDescription
constructor()Default Constructor.

Methods

MethodDescription
getName()Returns or sets the name of the object.
setName(string)Returns or sets the name of the object.
getValue()Returns or sets the value of the custom property.
setValue(string)Returns or sets the value of the custom property.

constructor()

Default Constructor.

constructor();

getName()

Returns or sets the name of the object.

getName() : string;

setName(string)

Returns or sets the name of the object.

setName(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

getValue()

Returns or sets the value of the custom property.

getValue() : string;

setValue(string)

Returns or sets the value of the custom property.

setValue(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.