MemberRetrievalOptionsInheritedParameterValues Property |
Gets the inherited parameter values.
Namespace:
Dundas.BI.Data.MemberRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ICollection<ParameterValue> InheritedParameterValues { get; }
Public ReadOnly Property InheritedParameterValues As ICollection(Of ParameterValue)
Get
public:
property ICollection<ParameterValue^>^ InheritedParameterValues {
ICollection<ParameterValue^>^ get ();
}
member InheritedParameterValues : ICollection<ParameterValue> with get
Property Value
Type:
ICollectionParameterValueSee Also