guid property

guid property

Gets or sets the id of the project.

Definition:

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

See Also