GroupSpecData Class

Represents data that uniquely identifies a Group.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGroupSpecData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public class GroupSpecData

The GroupSpecData type exposes the following members.

Constructors
  NameDescription
Public methodGroupSpecData
Initializes a new instance of the GroupSpecData class
Top
Properties
  NameDescription
Public propertyGroupName
Gets or sets the name of the group.
Public propertyTenantId
Gets or sets the ID of the tenant to which the group belongs.
Top
See Also