Id property
ServiceId?
get
Id
Implementation
ServiceId? get Id =>
this.ServiceObject != null ? this.ServiceObject!.GetId() : this.id;
set
Id
(ServiceId? value)
Implementation
set Id(ServiceId? value) {
this.id = value;
}