AppSettingPropertiesEmptyCollectionGenerator Property  | 
  
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Func<ICollection<string>>? EmptyCollectionGenerator { get; set; }Public Property EmptyCollectionGenerator As Func(Of ICollection(Of String))
	Get
	Set
public:
property Func<ICollection<String^>^>^ EmptyCollectionGenerator {
	Func<ICollection<String^>^>^ get ();
	void set (Func<ICollection<String^>^>^ value);
}member EmptyCollectionGenerator : Func<ICollection<string>> with get, set
Property Value
Type: 
FuncICollectionString
See Also