accrual_method property

accrual_method property

Gets or sets the method by which items are added to a collection.

Definition:

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

See Also