AdapterDataCellGroupId Property |
Gets or sets the group ID.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "cellGroupId", EmitDefaultValue = false)]
public string CellGroupId { get; set; }
<DataMemberAttribute(Name := "cellGroupId", EmitDefaultValue := false)>
Public Property CellGroupId As String
Get
Set
public:
[DataMemberAttribute(Name = L"cellGroupId", EmitDefaultValue = false)]
property String^ CellGroupId {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "cellGroupId", EmitDefaultValue = false)>]
member CellGroupId : string with get, set
Property Value
Type:
String
The group ID.
See Also