ContentTypeProperty Class
ContentTypeProperty class
Represents identifier information.
type ContentTypeProperty struct {
ptr unsafe.Pointer
}
Constructors
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
GetName | Returns or sets the name of the object. |
SetName | Returns or sets the name of the object. |
GetValue | Returns or sets the value of the content type property. |
SetValue | Returns or sets the value of the content type property. |
GetType | Gets and sets the type of the property. |
SetType | Gets and sets the type of the property. |
IsNillable | Indicates whether the value could be empty. |
SetIsNillable | Indicates whether the value could be empty. |