Home > @i2analyze/i2connect > services > ICoreServiceConfig > description
services.ICoreServiceConfig.description property
Gets a description of what the service does, which might be displayed to users.
Signature:
readonly description?: 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.