project_name property
project_name property
Gets or sets the name of the project of which this file is a part.
Definition:
@property
def project_name(self):
...
@project_name.setter
def project_name(self, value):
...
Gets or sets the name of the project of which this file is a part.
@property
def project_name(self):
...
@project_name.setter
def project_name(self, value):
...