system_id property

system_id property

The system identifier associated with the entity if specified, and null otherwise. This may be an absolute URI or not.

Definition:

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

See Also