hyperlink property

Gets or sets a hyperlink to an entity and displays the hyperlink name or description (if one is specified).

Definition:

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

See Also