ContentTypeProperty

ContentTypeProperty class

Represents identifier information.

class ContentTypeProperty;

Properties

PropertyTypeDescription
namestringReturns or sets the name of the object.
valuestringReturns or sets the value of the content type property.
typestringGets and sets the type of the property.
isNillablebooleanIndicates whether the value could be empty.

name

Returns or sets the name of the object.

name : string;

value

Returns or sets the value of the content type property.

value : string;

type

Gets and sets the type of the property.

type : string;

isNillable

Indicates whether the value could be empty.

isNillable : boolean;