ParameterValueDataChildrenValues Property |
Gets the children values.
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 = "childrenValues", EmitDefaultValue = false)]
public IList<ParameterValueData> ChildrenValues { get; }
<DataMemberAttribute(Name := "childrenValues", EmitDefaultValue := false)>
Public ReadOnly Property ChildrenValues As IList(Of ParameterValueData)
Get
public:
[DataMemberAttribute(Name = L"childrenValues", EmitDefaultValue = false)]
property IList<ParameterValueData^>^ ChildrenValues {
IList<ParameterValueData^>^ get ();
}
[<DataMemberAttribute(Name = "childrenValues", EmitDefaultValue = false)>]
member ChildrenValues : IList<ParameterValueData> with get
Property Value
Type:
IListParameterValueDataSee Also