MetricSetDataOtherGroupSettings Property |
Gets the "Other" group settings for the current instance, if available.
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(EmitDefaultValue = false, Name = "otherGroupSettings")]
public OtherGroupSettingsData OtherGroupSettings { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "otherGroupSettings")>
Public Property OtherGroupSettings As OtherGroupSettingsData
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"otherGroupSettings")]
property OtherGroupSettingsData^ OtherGroupSettings {
OtherGroupSettingsData^ get ();
void set (OtherGroupSettingsData^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "otherGroupSettings")>]
member OtherGroupSettings : OtherGroupSettingsData with get, set
Property Value
Type:
OtherGroupSettingsDataSee Also