part_of_compilation property

part_of_compilation property

Gets or sets a value indicating whether the resource is a part of compilation.

Definition:

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

See Also