IFsrmStorageModuleDefinition.SupportedExtensions Property

 

Retrieves or sets the list of file extensions supported by this module.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

object[] SupportedExtensions { get; set; }
property array<Object^>^ SupportedExtensions {
    array<Object^>^ get();
    void set(array<Object^>^ value);
}
abstract SupportedExtensions : Object[] with get, set
Property SupportedExtensions As Object()

Property Value

Type: System.Object[]

Returns the list of file extensions supported by this module.

Implements

IFsrmPipelineModuleDefinition.SupportedExtensions

See Also

IFsrmStorageModuleDefinition Interface
Microsoft.Storage Namespace

Return to top