value property

CustomXmlProperty.value property

Gets or sets the value of the custom XML attribute or smart tag property.

@property
def value(self) -> str:
    ...

@value.setter
def value(self, value: str):
    ...

Remarks

Cannot be None.

Default is empty string.

See Also