profile property

profile property

Gets or sets the profile. The profile attribute indicates the type of profile. This is a vendor defined character string that indicates the platform or capability target for the technique. Required attribute.

Definition:

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

See Also