ComponentSettingChangesOutputMetadata Property  | 
 
            Gets a value indicating whether the value changes the output metadata.
            
 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic virtual bool ChangesOutputMetadata { get; }Public Overridable ReadOnly Property ChangesOutputMetadata As Boolean
	Get
public:
virtual property bool ChangesOutputMetadata {
	bool get ();
}abstract ChangesOutputMetadata : bool with get
override ChangesOutputMetadata : bool with get
Property Value
Type: 
Boolean if the value changes the output metadata; otherwise, 
.
            
See Also