name property

CustomXmlProperty.name property

Specifies the name of the custom XML attribute or smart tag property.

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

Remarks

Cannot be None.

Default is empty string.

See Also