CustomProperty Class

CustomProperty class

Represents identifier information.


type CustomProperty struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewCustomPropertyDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetNameReturns or sets the name of the object.
SetNameReturns or sets the name of the object.
GetValueReturns or sets the value of the custom property.
SetValueReturns or sets the value of the custom property.