GetServersOptions Class

The data contract class used to provide options for getting servers.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetServersOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class GetServersOptions

The GetServersOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetServersOptions
Initializes a new instance of the GetServersOptions class.
Top
Properties
  NameDescription
Public propertyGatewayId
Gets or sets the gateway provider ID, if applicable.
Top
See Also