CustomProperty Class
CustomProperty class
Represents identifier information.
type CustomProperty struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewCustomProperty | Default constructor. |
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 custom property. |
SetValue | Returns or sets the value of the custom property. |