binary_value property

binary_value property

Gets and sets the binary value of the custom property.

Definition:

@property
def binary_value(self):
    ...
@binary_value.setter
def binary_value(self, value):
    ...

See Also