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 (25.3.0.1000)
Syntaxpublic 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: 
ICollectionParameterValue
See Also