HierarchyMemberFilterParameters Property |
Gets the optional parameter values to be used when retrieving hierarchy members.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IList<ParameterValue> Parameters { get; }Public ReadOnly Property Parameters As IList(Of ParameterValue)
Get
public:
property IList<ParameterValue^>^ Parameters {
IList<ParameterValue^>^ get ();
}member Parameters : IList<ParameterValue> with get
Property Value
Type:
IListParameterValue
See Also