uri property

SmartTag.uri property

Specifies the namespace URI of the smart tag.

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

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

Remarks

Cannot be None.

Default is empty string.

See Also