APIPublisher Property (Query)

Version: Available from runtime version 1.0.

Sets the publisher of the API endpoint the query is exposed in. he APIPublisher contains the first part of the URL for the endpoint. The syntax for providing a publisher is illustrated in the example below, and is typically the name of the company that owns the API. The syntax for providing a publisher is illustrated in the example below:

Applies to

  • Query object

Syntax

APIPublisher = 'contoso';

For a full example, see API Query Type.

See Also

Properties
Query Object
APIPublisher Property (Page)