IAnalysisStructureParameters Property |
Gets the parameters defined for the current instance.
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
IEnumerableParameter
See Also