OutputElementSourceIsRequired Property  | 
 
            Gets a value indicating whether this instance, or its dependencies, are always required, irrespective of optimizations.
            
 
    Namespace: 
   Dundas.BI.Data.Transforms
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsRequired { get; }Public ReadOnly Property IsRequired As Boolean
	Get
public:
property bool IsRequired {
	bool get ();
}member IsRequired : bool with get
Property Value
Type: 
Boolean
See Also