ContentTypeProperty
Contents
[
Hide
]ContentTypeProperty class
Represents identifier information.
class ContentTypeProperty;
Properties
Property | Type | Description |
---|---|---|
name | string | Returns or sets the name of the object. |
value | string | Returns or sets the value of the content type property. |
type | string | Gets and sets the type of the property. |
isNillable | boolean | Indicates 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;