HierarchyMemberFilterExtraMemberProperties Property |
Gets a list of the additional member properties to retrieve.
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<string> ExtraMemberProperties { get; }Public ReadOnly Property ExtraMemberProperties As IList(Of String)
Get
public:
property IList<String^>^ ExtraMemberProperties {
IList<String^>^ get ();
}member ExtraMemberProperties : IList<string> with get
Property Value
Type:
IListString
The list of the additional member properties to retrieve.
See Also