Home > @i2analyze/i2connect > services > IServiceConfig > name
services.IServiceConfig.name property
Gets the name of the service.
Signature:
readonly name: string | RequestSpecificValue<string>;
Returns: string | RequestSpecificValue<string>
Introduced: API version 1.0
Remarks
This property has supported a string
value since version 1.0. A RequestSpecificValue\<string\>
value is supported only in version 1.2 and later.