Open this page in the API Guide

RenameServerGroupOptions Class

The options class used for renaming a server group.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.RenameServerGroupOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.2.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