technique property

technique property

Gets or sets the technique. This element may contain any number of non-common profile techniques.

Definition:

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

See Also