FilePropertySupportedExtensions Property  | 
 
            Gets or sets the comma-separated list of supported file extensions.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? SupportedExtensions { get; set; }Public Property SupportedExtensions As String
	Get
	Set
public:
property String^ SupportedExtensions {
	String^ get ();
	void set (String^ value);
}member SupportedExtensions : string with get, set
Property Value
Type: 
String
            The supported extensions.
            
Remarks
            For example: ".XLS,.XLSX,.XLSB,.XLSM".
            
See Also