IFsrmClassifierModuleDefinition.SupportedExtensions Property
Gets and sets the SupportedExtensions property.
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 SupportedExtensions property.
Implements
IFsrmPipelineModuleDefinition.SupportedExtensions
See Also
IFsrmClassifierModuleDefinition Interface
Microsoft.Storage Namespace
Return to top