location property
location property
Gets or sets event location.
Definition:
@property
def location(self):
...
@location.setter
def location(self, value):
...
See Also
- module
groupdocs.signature.domain.extensions
- class
Event
Gets or sets event location.
@property
def location(self):
...
@location.setter
def location(self, value):
...
groupdocs.signature.domain.extensions
Event