ContentTypeProperty
ContentTypeProperty class
Represents identifier information.
Properties
| Name | 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. |
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