action_advised property

action_advised property

Gets or sets the type of action that this object provides to a previous object.

Definition:

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

See Also