CustomProperty
CustomProperty class
Represents identifier information.
class CustomProperty;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Properties
Property | Type | Description |
---|---|---|
name | string | Returns or sets the name of the object. |
value | string | Returns 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;