RenameServerGroupOptions Class

The options class used for renaming a server group.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsRenameServerGroupOptions

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 RenameServerGroupOptions

The RenameServerGroupOptions type exposes the following members.

Constructors
  NameDescription
Public methodRenameServerGroupOptions
Initializes a new instance of the RenameServerGroupOptions class
Top
Properties
  NameDescription
Public propertyNewName
Gets or sets the new name.
Public propertyServerGroupId
Gets or sets the server group ID.
Top
See Also