manage_ui property

manage_ui property

Gets or sets the URI that can be used to access information about the managed resource through a web browser.

Definition:

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

See Also