SetServerGroupOptions Class

The options class used for setting server group to a server.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsSetServerGroupOptions

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 SetServerGroupOptions

The SetServerGroupOptions type exposes the following members.

Constructors
  NameDescription
Public methodSetServerGroupOptions
Initializes a new instance of the SetServerGroupOptions class
Top
Properties
  NameDescription
Public propertyServerGroupId
Gets or sets the server group ID.
Public propertyServerName
Gets or sets the server name.
Top
See Also