AppSettingPropertiesEmptyCollectionGenerator Property |
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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:
FuncICollectionStringSee Also