ContentTypeProperty

ContentTypeProperty class

Represents identifier information.

Properties

NameTypeDescription
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.

ContentTypeProperty.Name property

Returns or sets the name of the object.

Type: String

ContentTypeProperty.Value property

Returns or sets the value of the content type property.

Type: String

ContentTypeProperty.Type property

Gets and sets the type of the property.

Type: String

ContentTypeProperty.IsNillable property

Indicates whether the value could be empty.

Type: boolean