IAnalysisStructureParameters Property  | 
 
            Gets the parameters defined for the current instance.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxIEnumerable<Parameter> Parameters { get; }ReadOnly Property Parameters As IEnumerable(Of Parameter)
	Get
property IEnumerable<Parameter^>^ Parameters {
	IEnumerable<Parameter^>^ get ();
}abstract Parameters : IEnumerable<Parameter> with get
Property Value
Type: 
IEnumerableParameter
See Also